diff options
Diffstat (limited to 'misc/gnustep-examples/Makefile')
-rw-r--r-- | misc/gnustep-examples/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/misc/gnustep-examples/Makefile b/misc/gnustep-examples/Makefile index 4df6bbfc7933..11283bff3c97 100644 --- a/misc/gnustep-examples/Makefile +++ b/misc/gnustep-examples/Makefile @@ -44,5 +44,8 @@ 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.post.mk> |