Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Jun 2013 13:43:03 +0000 (UTC)
From:      Boris Samorodov <bsam@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r321384 - head/science/paje
Message-ID:  <201306201343.r5KDh3Zi034619@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bsam
Date: Thu Jun 20 13:43:03 2013
New Revision: 321384
URL: http://svnweb.freebsd.org/changeset/ports/321384

Log:
  . portlint: use tab (not space) to make indentation;
  . trim Makefile headers.

Modified:
  head/science/paje/Makefile

Modified: head/science/paje/Makefile
==============================================================================
--- head/science/paje/Makefile	Thu Jun 20 13:40:22 2013	(r321383)
+++ head/science/paje/Makefile	Thu Jun 20 13:43:03 2013	(r321384)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:    paje
-# Date created:         26 Sep 2006
-# Whom:                 gurkan@phys.ethz.ch
-#
+# Created by: gurkan@phys.ethz.ch
 # $FreeBSD$
-#
 
 PORTNAME=	paje
 PORTVERSION=	1.97
@@ -28,6 +24,6 @@ MAKE_ENV+=	GNUSTEP_INSTALLATION_DIR=${GN
 
 post-patch:
 	${REINPLACE_CMD} -e 's|^GNUSTEP_INSTALLATION_DOMAIN|#GNUSTEP_INSTALLATION_DOMAIN|' \
-                ${WRKSRC}/GNUmakefile
+		${WRKSRC}/GNUmakefile
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306201343.r5KDh3Zi034619>