diff options
author | David Chisnall <theraven@FreeBSD.org> | 2015-09-19 10:33:34 +0000 |
---|---|---|
committer | David Chisnall <theraven@FreeBSD.org> | 2015-09-19 10:33:34 +0000 |
commit | 9156bf1b9e9b3b62257cf63c3d8ec413c40fc70a (patch) | |
tree | da5a3eeed8b9041e9805decaee1098282defef37 /games/gnustep-ladder | |
parent | 1ab0fd4963caeb7cec81a713c3a3af71edef6fec (diff) | |
download | ports-9156bf1b9e9b3b62257cf63c3d8ec413c40fc70a.tar.gz ports-9156bf1b9e9b3b62257cf63c3d8ec413c40fc70a.zip |
Make all GNUstep ports install into the System domain so that the Local domain is available for stuff built from source.
Some ports were already installing in the System domain, for these just remove the Makefile lines explicitly specifying the install domain.
The rest are installed in the Local domain, remove any overrides, update their pkg-plists and any explicit paths in the Makefiles and then bump port revision.
Approved by: bapt (mentor)
Differential Revision: https://reviews.freebsd.org/D2977
Notes
Notes:
svn path=/head/; revision=397315
Diffstat (limited to 'games/gnustep-ladder')
-rw-r--r-- | games/gnustep-ladder/Makefile | 4 | ||||
-rw-r--r-- | games/gnustep-ladder/pkg-plist | 44 |
2 files changed, 24 insertions, 24 deletions
diff --git a/games/gnustep-ladder/Makefile b/games/gnustep-ladder/Makefile index 43ecaf1767be..e5b17ff73948 100644 --- a/games/gnustep-ladder/Makefile +++ b/games/gnustep-ladder/Makefile @@ -3,7 +3,7 @@ PORTNAME= ladder PORTVERSION= 1.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games gnustep MASTER_SITES= SAVANNAH/gap PKGNAMEPREFIX= gnustep- @@ -21,6 +21,6 @@ USES= gnustep USE_GNUSTEP= back build post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/Local/Applications/Ladder.app/Ladder + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/Ladder.app/Ladder .include <bsd.port.mk> diff --git a/games/gnustep-ladder/pkg-plist b/games/gnustep-ladder/pkg-plist index f0a62c10ff06..cfee5f9c7424 100644 --- a/games/gnustep-ladder/pkg-plist +++ b/games/gnustep-ladder/pkg-plist @@ -1,22 +1,22 @@ -GNUstep/Local/Applications/Ladder.app/Ladder -GNUstep/Local/Applications/Ladder.app/Resources/COPYING.GPL -GNUstep/Local/Applications/Ladder.app/Resources/Clock.gorm/data.classes -GNUstep/Local/Applications/Ladder.app/Resources/Clock.gorm/data.info -GNUstep/Local/Applications/Ladder.app/Resources/Clock.gorm/objects.gorm -GNUstep/Local/Applications/Ladder.app/Resources/GoDocument.gorm/data.classes -GNUstep/Local/Applications/Ladder.app/Resources/GoDocument.gorm/data.info -GNUstep/Local/Applications/Ladder.app/Resources/GoDocument.gorm/objects.gorm -GNUstep/Local/Applications/Ladder.app/Resources/Info-gnustep.plist -GNUstep/Local/Applications/Ladder.app/Resources/Ladder.desktop -GNUstep/Local/Applications/Ladder.app/Resources/Ladder.gorm/bigladder.png -GNUstep/Local/Applications/Ladder.app/Resources/Ladder.gorm/data.classes -GNUstep/Local/Applications/Ladder.app/Resources/Ladder.gorm/data.info -GNUstep/Local/Applications/Ladder.app/Resources/Ladder.gorm/objects.gorm -GNUstep/Local/Applications/Ladder.app/Resources/Ladder.tiff -GNUstep/Local/Applications/Ladder.app/Resources/LadderInfo.plist -GNUstep/Local/Applications/Ladder.app/Resources/machine_icon.png -GNUstep/Local/Applications/Ladder.app/Resources/man_icon.png -GNUstep/Local/Applications/Ladder.app/Resources/network_icon.png -GNUstep/Local/Applications/Ladder.app/Resources/wood.jpg -GNUstep/Local/Applications/Ladder.app/stamp.make -GNUstep/Local/Tools/Ladder +GNUstep/System/Applications/Ladder.app/Ladder +GNUstep/System/Applications/Ladder.app/Resources/COPYING.GPL +GNUstep/System/Applications/Ladder.app/Resources/Clock.gorm/data.classes +GNUstep/System/Applications/Ladder.app/Resources/Clock.gorm/data.info +GNUstep/System/Applications/Ladder.app/Resources/Clock.gorm/objects.gorm +GNUstep/System/Applications/Ladder.app/Resources/GoDocument.gorm/data.classes +GNUstep/System/Applications/Ladder.app/Resources/GoDocument.gorm/data.info +GNUstep/System/Applications/Ladder.app/Resources/GoDocument.gorm/objects.gorm +GNUstep/System/Applications/Ladder.app/Resources/Info-gnustep.plist +GNUstep/System/Applications/Ladder.app/Resources/Ladder.desktop +GNUstep/System/Applications/Ladder.app/Resources/Ladder.gorm/bigladder.png +GNUstep/System/Applications/Ladder.app/Resources/Ladder.gorm/data.classes +GNUstep/System/Applications/Ladder.app/Resources/Ladder.gorm/data.info +GNUstep/System/Applications/Ladder.app/Resources/Ladder.gorm/objects.gorm +GNUstep/System/Applications/Ladder.app/Resources/Ladder.tiff +GNUstep/System/Applications/Ladder.app/Resources/LadderInfo.plist +GNUstep/System/Applications/Ladder.app/Resources/machine_icon.png +GNUstep/System/Applications/Ladder.app/Resources/man_icon.png +GNUstep/System/Applications/Ladder.app/Resources/network_icon.png +GNUstep/System/Applications/Ladder.app/Resources/wood.jpg +GNUstep/System/Applications/Ladder.app/stamp.make +GNUstep/System/Tools/Ladder |