diff options
-rw-r--r-- | Mk/bsd.gnustep.mk | 3 | ||||
-rw-r--r-- | deskutils/gworkspace/pkg-plist | 8 | ||||
-rw-r--r-- | deskutils/preferences.app/pkg-plist | 5 | ||||
-rw-r--r-- | devel/gnustep/bsd.gnustep.mk | 3 | ||||
-rw-r--r-- | devel/gorm/pkg-plist | 8 | ||||
-rw-r--r-- | devel/projectcenter.app/pkg-plist | 5 | ||||
-rw-r--r-- | games/gomoku.app/pkg-plist | 5 | ||||
-rw-r--r-- | games/gshisen/pkg-plist | 8 | ||||
-rw-r--r-- | graphics/imageviewer/pkg-plist | 5 | ||||
-rw-r--r-- | mail/gnumail/pkg-plist | 8 | ||||
-rw-r--r-- | misc/gnustep-examples/Makefile | 3 | ||||
-rw-r--r-- | misc/gnustep-examples/pkg-plist | 8 | ||||
-rw-r--r-- | shells/gscommander/pkg-plist | 5 | ||||
-rw-r--r-- | textproc/easydiff/pkg-plist | 5 |
14 files changed, 9 insertions, 70 deletions
diff --git a/Mk/bsd.gnustep.mk b/Mk/bsd.gnustep.mk index 7ed469358c3e..efbc987e1013 100644 --- a/Mk/bsd.gnustep.mk +++ b/Mk/bsd.gnustep.mk @@ -193,6 +193,9 @@ RUN_DEPENDS+= ${SYSMAKEDIR}/GNUstep.sh:${PORTSDIR}/${GNUSTEP_MAKE_PORT} do-install: @(cd ${WRKSRC}; . ${SYSMAKEDIR}/GNUstep.sh; \ ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${INSTALL_TARGET}) +.if defined(PARALLEL_PACKAGE_BUILD) || defined(BATCH) || defined(CLEAN_ROOT) + rm -rf /root/GNUstep +.endif .endif diff --git a/deskutils/gworkspace/pkg-plist b/deskutils/gworkspace/pkg-plist index 58ed45ade6d2..7c48e81264fa 100644 --- a/deskutils/gworkspace/pkg-plist +++ b/deskutils/gworkspace/pkg-plist @@ -1482,11 +1482,3 @@ System/Tools/%%GNU_ARCH%%/%%OPSYS%%/gnu-gnu-gnu/wopen @exec mkdir -p %D/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/Resources/German.lproj @exec mkdir -p %D/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/Resources/French.lproj @exec mkdir -p %D/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/Resources/Dutch.lproj -@cwd /root -GNUstep/Defaults/.GNUstepDefaults -%%GNUSTEP_DEVEL%%GNUstep/Services/.GNUstepServices -%%GNUSTEP_DEVEL%%GNUstep/Services/.GNUstepAppList -@dirrm GNUstep/Defaults -@dirrm GNUstep/Library -%%GNUSTEP_DEVEL%%@dirrm GNUstep/Services -@dirrm GNUstep diff --git a/deskutils/preferences.app/pkg-plist b/deskutils/preferences.app/pkg-plist index 5467bb1ba102..19536f37fc38 100644 --- a/deskutils/preferences.app/pkg-plist +++ b/deskutils/preferences.app/pkg-plist @@ -68,8 +68,3 @@ System/Library/Preferences/Keyboard.prefs/stamp.make @dirrm System/Library/Preferences/Keyboard.prefs/%%GNU_ARCH%% @dirrm System/Library/Preferences/Keyboard.prefs @dirrm System/Library/Preferences -@cwd /root -GNUstep/Defaults/.GNUstepDefaults -@dirrm GNUstep/Defaults -@dirrm GNUstep/Library -@dirrm GNUstep diff --git a/devel/gnustep/bsd.gnustep.mk b/devel/gnustep/bsd.gnustep.mk index 7ed469358c3e..efbc987e1013 100644 --- a/devel/gnustep/bsd.gnustep.mk +++ b/devel/gnustep/bsd.gnustep.mk @@ -193,6 +193,9 @@ RUN_DEPENDS+= ${SYSMAKEDIR}/GNUstep.sh:${PORTSDIR}/${GNUSTEP_MAKE_PORT} do-install: @(cd ${WRKSRC}; . ${SYSMAKEDIR}/GNUstep.sh; \ ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${INSTALL_TARGET}) +.if defined(PARALLEL_PACKAGE_BUILD) || defined(BATCH) || defined(CLEAN_ROOT) + rm -rf /root/GNUstep +.endif .endif diff --git a/devel/gorm/pkg-plist b/devel/gorm/pkg-plist index 65b2ccd7b344..4ee908369bf7 100644 --- a/devel/gorm/pkg-plist +++ b/devel/gorm/pkg-plist @@ -312,11 +312,3 @@ System/Applications/GormTest.app/stamp.make @dirrm System/Applications/Gorm.app/Resources/0Menus.palette @dirrm System/Applications/Gorm.app/Resources @dirrm System/Applications/Gorm.app -@cwd /root -GNUstep/Defaults/.GNUstepDefaults -GNUstep/Services/.GNUstepServices -GNUstep/Services/.GNUstepAppList -@dirrm GNUstep/Defaults -@dirrm GNUstep/Library -@dirrm GNUstep/Services -@dirrm GNUstep diff --git a/devel/projectcenter.app/pkg-plist b/devel/projectcenter.app/pkg-plist index 916b011cb3fc..94e1d98c5b6e 100644 --- a/devel/projectcenter.app/pkg-plist +++ b/devel/projectcenter.app/pkg-plist @@ -162,8 +162,3 @@ System/Library/ProjectCenter/PCToolProj.bundle/stamp.make @dirrm System/Applications/ProjectCenter.app/Resources @dirrm System/Applications/ProjectCenter.app @dirrm System/Applications -@cwd /root -GNUstep/Defaults/.GNUstepDefaults -@dirrm GNUstep/Defaults -@dirrm GNUstep/Library -@dirrm GNUstep diff --git a/games/gomoku.app/pkg-plist b/games/gomoku.app/pkg-plist index 6c81450d51e3..c537605d5ec1 100644 --- a/games/gomoku.app/pkg-plist +++ b/games/gomoku.app/pkg-plist @@ -52,8 +52,3 @@ Local/Applications/Gomoku.app/stamp.make @dirrm Local/Applications/Gomoku.app/Resources @dirrm Local/Applications/Gomoku.app @dirrm Local/Applications -@cwd /root -GNUstep/Defaults/.GNUstepDefaults -@dirrm GNUstep/Defaults -@dirrm GNUstep/Library -@dirrm GNUstep diff --git a/games/gshisen/pkg-plist b/games/gshisen/pkg-plist index 1a2ae3f0f568..1f1c209ee4e1 100644 --- a/games/gshisen/pkg-plist +++ b/games/gshisen/pkg-plist @@ -84,11 +84,3 @@ System/Applications/GShisen.app/stamp.make @dirrm System/Applications/GShisen.app/%%GNU_ARCH%% @dirrm System/Applications/GShisen.app/Resources @dirrm System/Applications/GShisen.app -@cwd /root -GNUstep/Defaults/.GNUstepDefaults -GNUstep/Services/.GNUstepServices -GNUstep/Services/.GNUstepAppList -@dirrm GNUstep/Defaults -@dirrm GNUstep/Library -@dirrm GNUstep/Services -@dirrm GNUstep diff --git a/graphics/imageviewer/pkg-plist b/graphics/imageviewer/pkg-plist index 665ad0d5bacb..9044a6dbcb47 100644 --- a/graphics/imageviewer/pkg-plist +++ b/graphics/imageviewer/pkg-plist @@ -19,8 +19,3 @@ Local/Applications/ImageViewer.app/stamp.make @dirrm Local/Applications/ImageViewer.app/Resources @dirrm Local/Applications/ImageViewer.app @dirrm Local/Applications -@cwd /root -GNUstep/Defaults/.GNUstepDefaults -@dirrm GNUstep/Defaults -@dirrm GNUstep/Library -@dirrm GNUstep diff --git a/mail/gnumail/pkg-plist b/mail/gnumail/pkg-plist index a45fa434ba57..b0dbfdcc8d98 100644 --- a/mail/gnumail/pkg-plist +++ b/mail/gnumail/pkg-plist @@ -230,11 +230,3 @@ Local/Library/GNUMail/Viewing.prefs/stamp.make @dirrm Local/Applications/GNUMail.app/Resources @dirrm Local/Applications/GNUMail.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 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 diff --git a/shells/gscommander/pkg-plist b/shells/gscommander/pkg-plist index 516ef07e1c52..d45efe277d2a 100644 --- a/shells/gscommander/pkg-plist +++ b/shells/gscommander/pkg-plist @@ -14,8 +14,3 @@ Local/Applications/GSCommander.app/stamp.make @dirrm Local/Applications/GSCommander.app/Resources @dirrm Local/Applications/GSCommander.app @dirrm Local/Applications -@cwd /root -GNUstep/Defaults/.GNUstepDefaults -@dirrm GNUstep/Defaults -@dirrm GNUstep/Library -@dirrm GNUstep diff --git a/textproc/easydiff/pkg-plist b/textproc/easydiff/pkg-plist index f70e4c0a510b..df7132dc910e 100644 --- a/textproc/easydiff/pkg-plist +++ b/textproc/easydiff/pkg-plist @@ -13,8 +13,3 @@ Local/Applications/EasyDiff.app/stamp.make @dirrm Local/Applications/EasyDiff.app/Resources @dirrm Local/Applications/EasyDiff.app @dirrm Local/Applications -@cwd /root -GNUstep/Defaults/.GNUstepDefaults -@dirrm GNUstep/Defaults -@dirrm GNUstep/Library -@dirrm GNUstep |