diff options
author | bsam <bsam@FreeBSD.org> | 2013-06-20 21:43:03 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2013-06-20 21:43:03 +0800 |
commit | 9e9250fd22d2189b8747036316cfd9ea7b17ef73 (patch) | |
tree | 974fcec76e059432f3f75aae061eaff4629c54f7 /science | |
parent | ca8028c5cc86e83b1dd954cf5b85082d662dd7b2 (diff) | |
download | freebsd-ports-gnome-9e9250fd22d2189b8747036316cfd9ea7b17ef73.tar.gz freebsd-ports-gnome-9e9250fd22d2189b8747036316cfd9ea7b17ef73.tar.zst freebsd-ports-gnome-9e9250fd22d2189b8747036316cfd9ea7b17ef73.zip |
. portlint: use tab (not space) to make indentation;
. trim Makefile headers.
Diffstat (limited to 'science')
-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> |