diff options
author | theraven <theraven@FreeBSD.org> | 2015-09-19 18:33:34 +0800 |
---|---|---|
committer | theraven <theraven@FreeBSD.org> | 2015-09-19 18:33:34 +0800 |
commit | f410eb77efeec7636a0a08f7330d4821a1bcd4d0 (patch) | |
tree | da5a3eeed8b9041e9805decaee1098282defef37 /graphics/imageviewer | |
parent | 1659ce0cba407df928696251d75c6308bec3077b (diff) | |
download | freebsd-ports-gnome-f410eb77efeec7636a0a08f7330d4821a1bcd4d0.tar.gz freebsd-ports-gnome-f410eb77efeec7636a0a08f7330d4821a1bcd4d0.tar.zst freebsd-ports-gnome-f410eb77efeec7636a0a08f7330d4821a1bcd4d0.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
Diffstat (limited to 'graphics/imageviewer')
-rw-r--r-- | graphics/imageviewer/Makefile | 4 | ||||
-rw-r--r-- | graphics/imageviewer/pkg-plist | 38 |
2 files changed, 21 insertions, 21 deletions
diff --git a/graphics/imageviewer/Makefile b/graphics/imageviewer/Makefile index d758b82a6799..e5bc7a3b4b11 100644 --- a/graphics/imageviewer/Makefile +++ b/graphics/imageviewer/Makefile @@ -2,7 +2,7 @@ PORTNAME= imageviewer PORTVERSION= 0.6.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics gnustep MASTER_SITES= http://www.nice.ch/~phip/ \ LOCAL/dinoex @@ -19,6 +19,6 @@ USES= gnustep USE_GNUSTEP= back build post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/Local/Applications/ImageViewer.app/ImageViewer + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/ImageViewer.app/ImageViewer .include <bsd.port.mk> diff --git a/graphics/imageviewer/pkg-plist b/graphics/imageviewer/pkg-plist index 04c408a201ee..18edcee5cd19 100644 --- a/graphics/imageviewer/pkg-plist +++ b/graphics/imageviewer/pkg-plist @@ -1,19 +1,19 @@ -GNUstep/Local/Applications/ImageViewer.app/ImageViewer -GNUstep/Local/Applications/ImageViewer.app/Resources/English.lproj/Localizable.strings -GNUstep/Local/Applications/ImageViewer.app/Resources/French.lproj/Localizable.strings -GNUstep/Local/Applications/ImageViewer.app/Resources/German.lproj/Localizable.strings -GNUstep/Local/Applications/ImageViewer.app/Resources/Hungarian.lproj/Localizable.strings -GNUstep/Local/Applications/ImageViewer.app/Resources/AUTHORS -GNUstep/Local/Applications/ImageViewer.app/Resources/COPYING -GNUstep/Local/Applications/ImageViewer.app/Resources/FileIcon_.gif.tiff -GNUstep/Local/Applications/ImageViewer.app/Resources/FileIcon_.jpg.tiff -GNUstep/Local/Applications/ImageViewer.app/Resources/FileIcon_.tiff.tiff -GNUstep/Local/Applications/ImageViewer.app/Resources/FileIcon_.xpm.tiff -GNUstep/Local/Applications/ImageViewer.app/Resources/ImageViewer.desktop -GNUstep/Local/Applications/ImageViewer.app/Resources/ImageViewer.tiff -GNUstep/Local/Applications/ImageViewer.app/Resources/ImageViewerInfo.plist -GNUstep/Local/Applications/ImageViewer.app/Resources/Info-gnustep.plist -GNUstep/Local/Applications/ImageViewer.app/Resources/README -GNUstep/Local/Applications/ImageViewer.app/Resources/genericImage.tiff -GNUstep/Local/Applications/ImageViewer.app/stamp.make -GNUstep/Local/Tools/ImageViewer +GNUstep/System/Applications/ImageViewer.app/ImageViewer +GNUstep/System/Applications/ImageViewer.app/Resources/English.lproj/Localizable.strings +GNUstep/System/Applications/ImageViewer.app/Resources/French.lproj/Localizable.strings +GNUstep/System/Applications/ImageViewer.app/Resources/German.lproj/Localizable.strings +GNUstep/System/Applications/ImageViewer.app/Resources/Hungarian.lproj/Localizable.strings +GNUstep/System/Applications/ImageViewer.app/Resources/AUTHORS +GNUstep/System/Applications/ImageViewer.app/Resources/COPYING +GNUstep/System/Applications/ImageViewer.app/Resources/FileIcon_.gif.tiff +GNUstep/System/Applications/ImageViewer.app/Resources/FileIcon_.jpg.tiff +GNUstep/System/Applications/ImageViewer.app/Resources/FileIcon_.tiff.tiff +GNUstep/System/Applications/ImageViewer.app/Resources/FileIcon_.xpm.tiff +GNUstep/System/Applications/ImageViewer.app/Resources/ImageViewer.desktop +GNUstep/System/Applications/ImageViewer.app/Resources/ImageViewer.tiff +GNUstep/System/Applications/ImageViewer.app/Resources/ImageViewerInfo.plist +GNUstep/System/Applications/ImageViewer.app/Resources/Info-gnustep.plist +GNUstep/System/Applications/ImageViewer.app/Resources/README +GNUstep/System/Applications/ImageViewer.app/Resources/genericImage.tiff +GNUstep/System/Applications/ImageViewer.app/stamp.make +GNUstep/System/Tools/ImageViewer |