aboutsummaryrefslogtreecommitdiff
path: root/deskutils/appwrapper
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 /deskutils/appwrapper
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 'deskutils/appwrapper')
-rw-r--r--deskutils/appwrapper/Makefile4
-rw-r--r--deskutils/appwrapper/pkg-plist16
2 files changed, 10 insertions, 10 deletions
diff --git a/deskutils/appwrapper/Makefile b/deskutils/appwrapper/Makefile
index 43df7f14e63c..66d8326fc1a8 100644
--- a/deskutils/appwrapper/Makefile
+++ b/deskutils/appwrapper/Makefile
@@ -2,7 +2,7 @@
PORTNAME= appwrapper
PORTVERSION= 0.1
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= deskutils gnustep
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/AppWrapper%20${PORTVERSION}
DISTNAME= AppWrapper.${PORTVERSION}
@@ -24,6 +24,6 @@ post-patch:
${WRKSRC}/GNUmakefile
post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/Local/Applications/AppWrapper.app/AppWrapper
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/AppWrapper.app/AppWrapper
.include <bsd.port.mk>
diff --git a/deskutils/appwrapper/pkg-plist b/deskutils/appwrapper/pkg-plist
index 8e79919facf1..efa5f80ddb1f 100644
--- a/deskutils/appwrapper/pkg-plist
+++ b/deskutils/appwrapper/pkg-plist
@@ -1,8 +1,8 @@
-GNUstep/Local/Applications/AppWrapper.app/AppWrapper
-GNUstep/Local/Applications/AppWrapper.app/Resources/AppWrapper.app.tiff
-GNUstep/Local/Applications/AppWrapper.app/Resources/AppWrapper.desktop
-GNUstep/Local/Applications/AppWrapper.app/Resources/AppWrapper.gorm
-GNUstep/Local/Applications/AppWrapper.app/Resources/AppWrapperInfo.plist
-GNUstep/Local/Applications/AppWrapper.app/Resources/Info-gnustep.plist
-GNUstep/Local/Applications/AppWrapper.app/stamp.make
-GNUstep/Local/Tools/AppWrapper
+GNUstep/System/Applications/AppWrapper.app/AppWrapper
+GNUstep/System/Applications/AppWrapper.app/Resources/AppWrapper.app.tiff
+GNUstep/System/Applications/AppWrapper.app/Resources/AppWrapper.desktop
+GNUstep/System/Applications/AppWrapper.app/Resources/AppWrapper.gorm
+GNUstep/System/Applications/AppWrapper.app/Resources/AppWrapperInfo.plist
+GNUstep/System/Applications/AppWrapper.app/Resources/Info-gnustep.plist
+GNUstep/System/Applications/AppWrapper.app/stamp.make
+GNUstep/System/Tools/AppWrapper