diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2009-07-05 03:48:17 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2009-07-05 03:48:17 +0000 |
commit | ef4e85db49f81201ec09e4fe3a0405ad4034ac19 (patch) | |
tree | 25a6f87b458c86168c34a8c82410ffc7bd3e8108 /devel/gnustep-make | |
parent | 32d929b486a23e38094546de3e17b5bc9cfb774b (diff) | |
download | ports-ef4e85db49f81201ec09e4fe3a0405ad4034ac19.tar.gz ports-ef4e85db49f81201ec09e4fe3a0405ad4034ac19.zip |
Notes
Diffstat (limited to 'devel/gnustep-make')
-rw-r--r-- | devel/gnustep-make/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/devel/gnustep-make/Makefile b/devel/gnustep-make/Makefile index a2c30ec7cbd8..2b5d9519d8bd 100644 --- a/devel/gnustep-make/Makefile +++ b/devel/gnustep-make/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnustep-make PORTVERSION= 2.2.0 +PORTREVISION= 1 CATEGORIES= devel gnustep MASTER_SITES= ${MASTER_SITE_GNUSTEP} MASTER_SITE_SUBDIR= core @@ -30,6 +31,10 @@ CONFIGURE_ARGS+= --with-config-file=${GNUSTEP_PREFIX}/GNUstep.conf GNUSTEP_WITHOUT_LIBOBJC= yes .endif +post-patch: + ${REINPLACE_CMD} -e 's|/usr/local/|${LOCALBASE}/|' \ + ${WRKSRC}/configure + post-install: ${LN} -s Library/Makefiles ${GNUSTEP_PREFIX}/System/ -${MKDIR} ${GNUSTEP_PREFIX}/System/Applications |