diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-06-18 04:07:19 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-06-18 04:07:19 +0000 |
commit | 81cc6cf002b4040a48e13a1051993ddc9f93eeec (patch) | |
tree | 8ddc867567546083d9899ecbc5b5949c78ba8099 /misc | |
parent | 9e94087155119d211db495f8e2b6880667dd0398 (diff) | |
download | ports-81cc6cf002b4040a48e13a1051993ddc9f93eeec.tar.gz ports-81cc6cf002b4040a48e13a1051993ddc9f93eeec.zip |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/gnustep-examples/Makefile | 3 | ||||
-rw-r--r-- | misc/gnustep-examples/pkg-plist | 8 |
2 files changed, 3 insertions, 8 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> diff --git a/misc/gnustep-examples/pkg-plist b/misc/gnustep-examples/pkg-plist index e9e28230e4b1..70f571419f3b 100644 --- a/misc/gnustep-examples/pkg-plist +++ b/misc/gnustep-examples/pkg-plist @@ -282,11 +282,3 @@ System/Applications/NSPanelTest.app/stamp.make @dirrm Local/Applications/Calculator.app/Resources @dirrm Local/Applications/Calculator.app @dirrm Local/Applications -@cwd /root -GNUstep/Defaults/.GNUstepDefaults -GNUstep/Services/.GNUstepServices -GNUstep/Services/.GNUstepAppList -@dirrm GNUstep/Defaults -@dirrm GNUstep/Library -@dirrm GNUstep/Services -@dirrm GNUstep |