aboutsummaryrefslogtreecommitdiff
path: root/graphics/camera
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 /graphics/camera
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 'graphics/camera')
-rw-r--r--graphics/camera/Makefile4
-rw-r--r--graphics/camera/pkg-plist20
2 files changed, 12 insertions, 12 deletions
diff --git a/graphics/camera/Makefile b/graphics/camera/Makefile
index 2e26d5523881..566c9b3671d0 100644
--- a/graphics/camera/Makefile
+++ b/graphics/camera/Makefile
@@ -3,7 +3,7 @@
PORTNAME= camera
PORTVERSION= 0.8
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= graphics gnustep
MASTER_SITES= http://download.gna.org/gsimageapps/
DISTNAME= Camera-${PORTVERSION}
@@ -26,6 +26,6 @@ post-patch:
${WRKSRC}/GNUmakefile
post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/Local/Applications/Camera.app/Camera
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/Camera.app/Camera
.include <bsd.port.mk>
diff --git a/graphics/camera/pkg-plist b/graphics/camera/pkg-plist
index 58f7609748f7..5f67b8a040c9 100644
--- a/graphics/camera/pkg-plist
+++ b/graphics/camera/pkg-plist
@@ -1,10 +1,10 @@
-GNUstep/Local/Applications/Camera.app/Camera
-GNUstep/Local/Applications/Camera.app/Resources/Camera.desktop
-GNUstep/Local/Applications/Camera.app/Resources/Camera.gorm/data.classes
-GNUstep/Local/Applications/Camera.app/Resources/Camera.gorm/objects.gorm
-GNUstep/Local/Applications/Camera.app/Resources/Camera.png
-GNUstep/Local/Applications/Camera.app/Resources/CameraInfo.plist
-GNUstep/Local/Applications/Camera.app/Resources/Info-gnustep.plist
-GNUstep/Local/Applications/Camera.app/Resources/no_thumbnail.jpg
-GNUstep/Local/Applications/Camera.app/stamp.make
-GNUstep/Local/Tools/Camera
+GNUstep/System/Applications/Camera.app/Camera
+GNUstep/System/Applications/Camera.app/Resources/Camera.desktop
+GNUstep/System/Applications/Camera.app/Resources/Camera.gorm/data.classes
+GNUstep/System/Applications/Camera.app/Resources/Camera.gorm/objects.gorm
+GNUstep/System/Applications/Camera.app/Resources/Camera.png
+GNUstep/System/Applications/Camera.app/Resources/CameraInfo.plist
+GNUstep/System/Applications/Camera.app/Resources/Info-gnustep.plist
+GNUstep/System/Applications/Camera.app/Resources/no_thumbnail.jpg
+GNUstep/System/Applications/Camera.app/stamp.make
+GNUstep/System/Tools/Camera