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/nextgo/pkg-plist | |
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/nextgo/pkg-plist')
-rw-r--r-- | games/nextgo/pkg-plist | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/games/nextgo/pkg-plist b/games/nextgo/pkg-plist index f4fe0d5ec2ed..e0a71623b4bd 100644 --- a/games/nextgo/pkg-plist +++ b/games/nextgo/pkg-plist @@ -1,15 +1,15 @@ -GNUstep/Local/Applications/NeXTGo.app/NeXTGo -GNUstep/Local/Applications/NeXTGo.app/Resources/Background.tiff -GNUstep/Local/Applications/NeXTGo.app/Resources/English.lproj/NeXTGo.gorm/data.classes -GNUstep/Local/Applications/NeXTGo.app/Resources/English.lproj/NeXTGo.gorm/data.info -GNUstep/Local/Applications/NeXTGo.app/Resources/English.lproj/NeXTGo.gorm/objects.gorm -GNUstep/Local/Applications/NeXTGo.app/Resources/Info-gnustep.plist -GNUstep/Local/Applications/NeXTGo.app/Resources/NeXTGo.background-2.0.draw -GNUstep/Local/Applications/NeXTGo.app/Resources/NeXTGo.background.draw -GNUstep/Local/Applications/NeXTGo.app/Resources/NeXTGo.desktop -GNUstep/Local/Applications/NeXTGo.app/Resources/NeXTGo.tiff -GNUstep/Local/Applications/NeXTGo.app/Resources/NeXTGoFile.tiff -GNUstep/Local/Applications/NeXTGo.app/Resources/NeXTGoHelp.rtf -GNUstep/Local/Applications/NeXTGo.app/Resources/intergo.dct -GNUstep/Local/Applications/NeXTGo.app/stamp.make -GNUstep/Local/Tools/NeXTGo +GNUstep/System/Applications/NeXTGo.app/NeXTGo +GNUstep/System/Applications/NeXTGo.app/Resources/Background.tiff +GNUstep/System/Applications/NeXTGo.app/Resources/English.lproj/NeXTGo.gorm/data.classes +GNUstep/System/Applications/NeXTGo.app/Resources/English.lproj/NeXTGo.gorm/data.info +GNUstep/System/Applications/NeXTGo.app/Resources/English.lproj/NeXTGo.gorm/objects.gorm +GNUstep/System/Applications/NeXTGo.app/Resources/Info-gnustep.plist +GNUstep/System/Applications/NeXTGo.app/Resources/NeXTGo.background-2.0.draw +GNUstep/System/Applications/NeXTGo.app/Resources/NeXTGo.background.draw +GNUstep/System/Applications/NeXTGo.app/Resources/NeXTGo.desktop +GNUstep/System/Applications/NeXTGo.app/Resources/NeXTGo.tiff +GNUstep/System/Applications/NeXTGo.app/Resources/NeXTGoFile.tiff +GNUstep/System/Applications/NeXTGo.app/Resources/NeXTGoHelp.rtf +GNUstep/System/Applications/NeXTGo.app/Resources/intergo.dct +GNUstep/System/Applications/NeXTGo.app/stamp.make +GNUstep/System/Tools/NeXTGo |