aboutsummaryrefslogtreecommitdiff
path: root/science/paje
diff options
context:
space:
mode:
authorBoris Samorodov <bsam@FreeBSD.org>2013-06-20 13:43:03 +0000
committerBoris Samorodov <bsam@FreeBSD.org>2013-06-20 13:43:03 +0000
commitefe0b7ca21c94310b8f244f66cabb6a2af824c6f (patch)
tree974fcec76e059432f3f75aae061eaff4629c54f7 /science/paje
parent052e333f6a70176946d988ae55232124c8341dcc (diff)
downloadports-efe0b7ca21c94310b8f244f66cabb6a2af824c6f.tar.gz
ports-efe0b7ca21c94310b8f244f66cabb6a2af824c6f.zip
. portlint: use tab (not space) to make indentation;
. trim Makefile headers.
Notes
Notes: svn path=/head/; revision=321384
Diffstat (limited to 'science/paje')
-rw-r--r--science/paje/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/science/paje/Makefile b/science/paje/Makefile
index 78572504be6f..8cf17b766413 100644
--- a/science/paje/Makefile
+++ b/science/paje/Makefile
@@ -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=${GNUSTEP_LOCAL_ROOT}
post-patch:
${REINPLACE_CMD} -e 's|^GNUSTEP_INSTALLATION_DOMAIN|#GNUSTEP_INSTALLATION_DOMAIN|' \
- ${WRKSRC}/GNUmakefile
+ ${WRKSRC}/GNUmakefile
.include <bsd.port.mk>