summaryrefslogtreecommitdiff
path: root/misc/gnustep-examples
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 /misc/gnustep-examples
parent- reorder target (diff)
- ignore creation of files in /root/GNUstep
Suggested by: kris
Notes
Notes: svn path=/head/; revision=107915
Diffstat (limited to 'misc/gnustep-examples')
-rw-r--r--misc/gnustep-examples/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/misc/gnustep-examples/Makefile b/misc/gnustep-examples/Makefile
index 40cde41aebb4..80ee638ab32e 100644
--- a/misc/gnustep-examples/Makefile
+++ b/misc/gnustep-examples/Makefile
@@ -40,8 +40,5 @@ post-install:
@(cd ${WRKSRC}/gui/${i}; . ${SYSMAKEDIR}/GNUstep.sh; \
${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${INSTALL_TARGET})
.endfor
-.if defined(PARALLEL_PACKAGE_BUILD) || defined(BATCH) || defined(CLEAN_ROOT)
- ${RM} -rf /root/GNUstep
-.endif
.include <bsd.port.mk>