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 /news | |
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 'news')
-rw-r--r-- | news/lusernet/Makefile | 4 | ||||
-rw-r--r-- | news/lusernet/pkg-plist | 22 |
2 files changed, 13 insertions, 13 deletions
diff --git a/news/lusernet/Makefile b/news/lusernet/Makefile index 13540e451e10..9e5f62da4e13 100644 --- a/news/lusernet/Makefile +++ b/news/lusernet/Makefile @@ -2,7 +2,7 @@ PORTNAME= lusernet PORTVERSION= 0.4.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= news gnustep MASTER_SITES= LOCAL/dinoex DISTNAME= LuserNET-${PORTVERSION} @@ -17,6 +17,6 @@ USE_GNUSTEP= back build LIB_DEPENDS= libPantomime.so:${PORTSDIR}/mail/pantomime post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/Local/Applications/LuserNET.app/LuserNET + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/LuserNET.app/LuserNET .include <bsd.port.mk> diff --git a/news/lusernet/pkg-plist b/news/lusernet/pkg-plist index d7d0538b7c5b..3e927c51be1f 100644 --- a/news/lusernet/pkg-plist +++ b/news/lusernet/pkg-plist @@ -1,11 +1,11 @@ -GNUstep/Local/Applications/LuserNET.app/LuserNET -GNUstep/Local/Applications/LuserNET.app/Resources/English.lproj/Localizable.strings -GNUstep/Local/Applications/LuserNET.app/Resources/French.lproj/Localizable.strings -GNUstep/Local/Applications/LuserNET.app/Resources/German.lproj/Localizable.strings -GNUstep/Local/Applications/LuserNET.app/Resources/Info-gnustep.plist -GNUstep/Local/Applications/LuserNET.app/Resources/LuserNET.desktop -GNUstep/Local/Applications/LuserNET.app/Resources/News.app.tiff -GNUstep/Local/Applications/LuserNET.app/Resources/Spanish.lproj/Localizable.strings -GNUstep/Local/Applications/LuserNET.app/Resources/Swedish.lproj/Localizable.strings -GNUstep/Local/Applications/LuserNET.app/stamp.make -GNUstep/Local/Tools/LuserNET +GNUstep/System/Applications/LuserNET.app/LuserNET +GNUstep/System/Applications/LuserNET.app/Resources/English.lproj/Localizable.strings +GNUstep/System/Applications/LuserNET.app/Resources/French.lproj/Localizable.strings +GNUstep/System/Applications/LuserNET.app/Resources/German.lproj/Localizable.strings +GNUstep/System/Applications/LuserNET.app/Resources/Info-gnustep.plist +GNUstep/System/Applications/LuserNET.app/Resources/LuserNET.desktop +GNUstep/System/Applications/LuserNET.app/Resources/News.app.tiff +GNUstep/System/Applications/LuserNET.app/Resources/Spanish.lproj/Localizable.strings +GNUstep/System/Applications/LuserNET.app/Resources/Swedish.lproj/Localizable.strings +GNUstep/System/Applications/LuserNET.app/stamp.make +GNUstep/System/Tools/LuserNET |