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 /math | |
parent | 1659ce0cba407df928696251d75c6308bec3077b (diff) | |
download | freebsd-ports-graphics-f410eb77efeec7636a0a08f7330d4821a1bcd4d0.tar.gz freebsd-ports-graphics-f410eb77efeec7636a0a08f7330d4821a1bcd4d0.tar.zst freebsd-ports-graphics-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 'math')
-rw-r--r-- | math/edenmath/Makefile | 4 | ||||
-rw-r--r-- | math/edenmath/pkg-plist | 36 |
2 files changed, 20 insertions, 20 deletions
diff --git a/math/edenmath/Makefile b/math/edenmath/Makefile index c837b97f403..a77bd10b624 100644 --- a/math/edenmath/Makefile +++ b/math/edenmath/Makefile @@ -3,7 +3,7 @@ PORTNAME= edenmath PORTVERSION= 1.1.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= math gnustep MASTER_SITES= http://www.eskimo.com/~pburns/EdenMath/files/ DISTNAME= EdenMath_GNUstep-${PORTVERSION} @@ -21,6 +21,6 @@ post-patch: ${WRKSRC}/GNUmakefile post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/Local/Applications/EdenMath.app/EdenMath + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/EdenMath.app/EdenMath .include <bsd.port.mk> diff --git a/math/edenmath/pkg-plist b/math/edenmath/pkg-plist index 86939e01bbd..8dc26319f54 100644 --- a/math/edenmath/pkg-plist +++ b/math/edenmath/pkg-plist @@ -1,18 +1,18 @@ -GNUstep/Local/Applications/EdenMath.app/EdenMath -GNUstep/Local/Applications/EdenMath.app/Resources/Bulgarian.lproj/MainMenu.gorm/10x.tiff -GNUstep/Local/Applications/EdenMath.app/Resources/Bulgarian.lproj/MainMenu.gorm/data.classes -GNUstep/Local/Applications/EdenMath.app/Resources/Bulgarian.lproj/MainMenu.gorm/data.info -GNUstep/Local/Applications/EdenMath.app/Resources/Bulgarian.lproj/MainMenu.gorm/ex.tiff -GNUstep/Local/Applications/EdenMath.app/Resources/Bulgarian.lproj/MainMenu.gorm/objects.gorm -GNUstep/Local/Applications/EdenMath.app/Resources/Bulgarian.lproj/MainMenu.gorm/xy.tiff -GNUstep/Local/Applications/EdenMath.app/Resources/EdenMath.desktop -GNUstep/Local/Applications/EdenMath.app/Resources/EdenMath.tiff -GNUstep/Local/Applications/EdenMath.app/Resources/English.lproj/MainMenu.gorm/10x.tiff -GNUstep/Local/Applications/EdenMath.app/Resources/English.lproj/MainMenu.gorm/data.classes -GNUstep/Local/Applications/EdenMath.app/Resources/English.lproj/MainMenu.gorm/data.info -GNUstep/Local/Applications/EdenMath.app/Resources/English.lproj/MainMenu.gorm/ex.tiff -GNUstep/Local/Applications/EdenMath.app/Resources/English.lproj/MainMenu.gorm/objects.gorm -GNUstep/Local/Applications/EdenMath.app/Resources/English.lproj/MainMenu.gorm/xy.tiff -GNUstep/Local/Applications/EdenMath.app/Resources/Info-gnustep.plist -GNUstep/Local/Applications/EdenMath.app/stamp.make -GNUstep/Local/Tools/EdenMath +GNUstep/System/Applications/EdenMath.app/EdenMath +GNUstep/System/Applications/EdenMath.app/Resources/Bulgarian.lproj/MainMenu.gorm/10x.tiff +GNUstep/System/Applications/EdenMath.app/Resources/Bulgarian.lproj/MainMenu.gorm/data.classes +GNUstep/System/Applications/EdenMath.app/Resources/Bulgarian.lproj/MainMenu.gorm/data.info +GNUstep/System/Applications/EdenMath.app/Resources/Bulgarian.lproj/MainMenu.gorm/ex.tiff +GNUstep/System/Applications/EdenMath.app/Resources/Bulgarian.lproj/MainMenu.gorm/objects.gorm +GNUstep/System/Applications/EdenMath.app/Resources/Bulgarian.lproj/MainMenu.gorm/xy.tiff +GNUstep/System/Applications/EdenMath.app/Resources/EdenMath.desktop +GNUstep/System/Applications/EdenMath.app/Resources/EdenMath.tiff +GNUstep/System/Applications/EdenMath.app/Resources/English.lproj/MainMenu.gorm/10x.tiff +GNUstep/System/Applications/EdenMath.app/Resources/English.lproj/MainMenu.gorm/data.classes +GNUstep/System/Applications/EdenMath.app/Resources/English.lproj/MainMenu.gorm/data.info +GNUstep/System/Applications/EdenMath.app/Resources/English.lproj/MainMenu.gorm/ex.tiff +GNUstep/System/Applications/EdenMath.app/Resources/English.lproj/MainMenu.gorm/objects.gorm +GNUstep/System/Applications/EdenMath.app/Resources/English.lproj/MainMenu.gorm/xy.tiff +GNUstep/System/Applications/EdenMath.app/Resources/Info-gnustep.plist +GNUstep/System/Applications/EdenMath.app/stamp.make +GNUstep/System/Tools/EdenMath |