diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2013-06-20 13:43:03 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2013-06-20 13:43:03 +0000 |
commit | efe0b7ca21c94310b8f244f66cabb6a2af824c6f (patch) | |
tree | 974fcec76e059432f3f75aae061eaff4629c54f7 /science/paje | |
parent | NOPORTDOCS -> PORT_OPTIONS:MDOCS. (diff) |
. 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/Makefile | 8 |
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> |