summaryrefslogtreecommitdiff
path: root/devel/gnustep-make/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/gnustep-make/Makefile')
-rw-r--r--devel/gnustep-make/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/gnustep-make/Makefile b/devel/gnustep-make/Makefile
index 1ed7822d87f5..a1b99dfcc0ab 100644
--- a/devel/gnustep-make/Makefile
+++ b/devel/gnustep-make/Makefile
@@ -47,4 +47,16 @@ GNU_ARCH= ${MACHINE_ARCH}
.endif
PLIST_SUB+= GNU_ARCH=${GNU_ARCH} VERSION=${PORTVERSION}
+ETCDIR= ${PREFIX}/../etc
+
+post-patch:
+.for f in bundle gswapp gswbundle woapp wobundle
+ ${PERL} -pi -e 's/\$$\(TAR\) ch --exclude=CVS --to-stdout/\$$\(TAR\) -ch --exclude=CVS -f -/g' ${WRKSRC}/make/${f}.make
+.endfor
+
+post-install:
+ @${MKDIR} ${ETCDIR}
+ ${INSTALL_SCRIPT} ${FILESDIR}/GNUstep.sh ${ETCDIR}/rc.d
+ ${INSTALL_DATA} ${FILESDIR}/gdomap_if ${ETCDIR}
+
.include <bsd.port.post.mk>