aboutsummaryrefslogtreecommitdiff
path: root/games/gnustep-sudoku
diff options
context:
space:
mode:
authorDavid Chisnall <theraven@FreeBSD.org>2015-09-19 10:33:34 +0000
committerDavid Chisnall <theraven@FreeBSD.org>2015-09-19 10:33:34 +0000
commit9156bf1b9e9b3b62257cf63c3d8ec413c40fc70a (patch)
treeda5a3eeed8b9041e9805decaee1098282defef37 /games/gnustep-sudoku
parent1ab0fd4963caeb7cec81a713c3a3af71edef6fec (diff)
downloadports-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-sudoku')
-rw-r--r--games/gnustep-sudoku/Makefile4
-rw-r--r--games/gnustep-sudoku/pkg-plist12
2 files changed, 8 insertions, 8 deletions
diff --git a/games/gnustep-sudoku/Makefile b/games/gnustep-sudoku/Makefile
index f52b0aa6b01b..5cce64c0b96a 100644
--- a/games/gnustep-sudoku/Makefile
+++ b/games/gnustep-sudoku/Makefile
@@ -2,7 +2,7 @@
PORTNAME= sudoku
PORTVERSION= 0.7
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= games gnustep
MASTER_SITES= SAVANNAH/gap
PKGNAMEPREFIX= gnustep-
@@ -17,6 +17,6 @@ USES= gnustep
USE_GNUSTEP= back build
post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/Local/Applications/Sudoku.app/Sudoku
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/Sudoku.app/Sudoku
.include <bsd.port.mk>
diff --git a/games/gnustep-sudoku/pkg-plist b/games/gnustep-sudoku/pkg-plist
index b3e24482669a..8749abdc7112 100644
--- a/games/gnustep-sudoku/pkg-plist
+++ b/games/gnustep-sudoku/pkg-plist
@@ -1,6 +1,6 @@
-GNUstep/Local/Applications/Sudoku.app/Resources/Info-gnustep.plist
-GNUstep/Local/Applications/Sudoku.app/Resources/Sudoku.desktop
-GNUstep/Local/Applications/Sudoku.app/Resources/Sudoku.tiff
-GNUstep/Local/Applications/Sudoku.app/Sudoku
-GNUstep/Local/Applications/Sudoku.app/stamp.make
-GNUstep/Local/Tools/Sudoku
+GNUstep/System/Applications/Sudoku.app/Resources/Info-gnustep.plist
+GNUstep/System/Applications/Sudoku.app/Resources/Sudoku.desktop
+GNUstep/System/Applications/Sudoku.app/Resources/Sudoku.tiff
+GNUstep/System/Applications/Sudoku.app/Sudoku
+GNUstep/System/Applications/Sudoku.app/stamp.make
+GNUstep/System/Tools/Sudoku