diff options
-rw-r--r-- | misc/gnustep-examples/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/gnustep-gui/Makefile | 5 |
2 files changed, 0 insertions, 8 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> 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) |