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 /lang | |
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 'lang')
-rw-r--r-- | lang/gnustep-base/Makefile | 1 | ||||
-rw-r--r-- | lang/gscheme/Makefile | 6 | ||||
-rw-r--r-- | lang/gscheme/pkg-plist | 16 |
3 files changed, 11 insertions, 12 deletions
diff --git a/lang/gnustep-base/Makefile b/lang/gnustep-base/Makefile index 0a9f043e696d..632a749abf3a 100644 --- a/lang/gnustep-base/Makefile +++ b/lang/gnustep-base/Makefile @@ -38,7 +38,6 @@ USE_GNUSTEP= build USE_LDCONFIG= ${GNUSTEP_SYSTEM_LIBRARIES} MAKE_FLAGS= OPTFLAG="${CFLAGS}" -MAKE_ENV+= GNUSTEP_INSTALLATION_DOMAIN=SYSTEM ETCDIR= ${LOCALBASE}/etc STAGEHEADER= ${STAGEDIR}${PREFIX}/GNUstep/System/Library/Headers diff --git a/lang/gscheme/Makefile b/lang/gscheme/Makefile index 5c8ac55ba4ee..7071aa32833d 100644 --- a/lang/gscheme/Makefile +++ b/lang/gscheme/Makefile @@ -2,7 +2,7 @@ PORTNAME= gscheme PORTVERSION= 0.6 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= lang gnustep MASTER_SITES= http://www.gnustep.it/marko/GScheme/ \ LOCAL/dinoex @@ -26,7 +26,7 @@ post-patch: ${WRKSRC}/SchemeTypes.h ${WRKSRC}/SchemeTypes.m post-install: - ${RM} -f ${STAGEDIR}${GNUSTEP_PREFIX}/Local/Applications/GScheme.app/Resources/library.scm~ - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/Local/Applications/GScheme.app/GScheme + ${RM} -f ${STAGEDIR}${GNUSTEP_PREFIX}/System/Applications/GScheme.app/Resources/library.scm~ + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/GScheme.app/GScheme .include <bsd.port.mk> diff --git a/lang/gscheme/pkg-plist b/lang/gscheme/pkg-plist index a7107f2752c8..6429dd597f99 100644 --- a/lang/gscheme/pkg-plist +++ b/lang/gscheme/pkg-plist @@ -1,8 +1,8 @@ -GNUstep/Local/Applications/GScheme.app/GScheme -GNUstep/Local/Applications/GScheme.app/Resources/GScheme.desktop -GNUstep/Local/Applications/GScheme.app/Resources/GScheme.tiff -GNUstep/Local/Applications/GScheme.app/Resources/Info-gnustep.plist -GNUstep/Local/Applications/GScheme.app/Resources/lambda1.tiff -GNUstep/Local/Applications/GScheme.app/Resources/library.scm -GNUstep/Local/Applications/GScheme.app/stamp.make -GNUstep/Local/Tools/GScheme +GNUstep/System/Applications/GScheme.app/GScheme +GNUstep/System/Applications/GScheme.app/Resources/GScheme.desktop +GNUstep/System/Applications/GScheme.app/Resources/GScheme.tiff +GNUstep/System/Applications/GScheme.app/Resources/Info-gnustep.plist +GNUstep/System/Applications/GScheme.app/Resources/lambda1.tiff +GNUstep/System/Applications/GScheme.app/Resources/library.scm +GNUstep/System/Applications/GScheme.app/stamp.make +GNUstep/System/Tools/GScheme |