aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2004-04-29 02:58:39 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2004-04-29 02:58:39 +0000
commit58aef718be9b98c6896b9629b69656a1abe17e6c (patch)
treea930f959965feb84d08a9d8efba5211fe7865d5c /x11-toolkits
parent050425cedcdd079cf4c5129d6e7fa30a36768709 (diff)
downloadports-58aef718be9b98c6896b9629b69656a1abe17e6c.tar.gz
ports-58aef718be9b98c6896b9629b69656a1abe17e6c.zip
- ignore creation of files in /root/GNUstep
Suggested by: kris
Notes
Notes: svn path=/head/; revision=107915
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/gnustep-gui/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/x11-toolkits/gnustep-gui/Makefile b/x11-toolkits/gnustep-gui/Makefile
index 7733e1c804b3..7a52b79a2260 100644
--- a/x11-toolkits/gnustep-gui/Makefile
+++ b/x11-toolkits/gnustep-gui/Makefile
@@ -63,11 +63,6 @@ pre-configure:
${REINPLACE_CMD} -e "s|doc=no|doc=yes|" ${WRKSRC}/GNUmakefile
.endif
-post-install:
-.if defined(PARALLEL_PACKAGE_BUILD) || defined(BATCH) || defined(CLEAN_ROOT)
- ${RM} -rf /root/GNUstep
-.endif
-
test:
@(cd ${WRKSRC}/Tools/gsnd/portaudio/pa_unix_oss && \
${GMAKE} && ./patest)