aboutsummaryrefslogtreecommitdiff
path: root/textproc/easydiff
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 /textproc/easydiff
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 'textproc/easydiff')
-rw-r--r--textproc/easydiff/Makefile4
-rw-r--r--textproc/easydiff/pkg-plist20
2 files changed, 12 insertions, 12 deletions
diff --git a/textproc/easydiff/Makefile b/textproc/easydiff/Makefile
index 0bc1f8dd8883..5c182b2e00fe 100644
--- a/textproc/easydiff/Makefile
+++ b/textproc/easydiff/Makefile
@@ -2,7 +2,7 @@
PORTNAME= easydiff
PORTVERSION= 0.4.0
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= textproc gnustep
MASTER_SITES= GNUSTEP/usr-apps
DISTNAME= EasyDiff-${PORTVERSION}
@@ -16,6 +16,6 @@ USES= gnustep
USE_GNUSTEP= back build
post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/Local/Applications/EasyDiff.app/EasyDiff
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/EasyDiff.app/EasyDiff
.include <bsd.port.mk>
diff --git a/textproc/easydiff/pkg-plist b/textproc/easydiff/pkg-plist
index c8ea97bd3cab..bf897083202c 100644
--- a/textproc/easydiff/pkg-plist
+++ b/textproc/easydiff/pkg-plist
@@ -1,10 +1,10 @@
-GNUstep/Local/Applications/EasyDiff.app/EasyDiff
-GNUstep/Local/Applications/EasyDiff.app/Resources/EasyDiff.desktop
-GNUstep/Local/Applications/EasyDiff.app/Resources/Info-gnustep.plist
-GNUstep/Local/Applications/EasyDiff.app/Resources/main.gorm/data.classes
-GNUstep/Local/Applications/EasyDiff.app/Resources/main.gorm/data.info
-GNUstep/Local/Applications/EasyDiff.app/Resources/main.gorm/objects.gorm
-GNUstep/Local/Applications/EasyDiff.app/Resources/window.gorm/data.classes
-GNUstep/Local/Applications/EasyDiff.app/Resources/window.gorm/objects.gorm
-GNUstep/Local/Applications/EasyDiff.app/stamp.make
-GNUstep/Local/Tools/EasyDiff
+GNUstep/System/Applications/EasyDiff.app/EasyDiff
+GNUstep/System/Applications/EasyDiff.app/Resources/EasyDiff.desktop
+GNUstep/System/Applications/EasyDiff.app/Resources/Info-gnustep.plist
+GNUstep/System/Applications/EasyDiff.app/Resources/main.gorm/data.classes
+GNUstep/System/Applications/EasyDiff.app/Resources/main.gorm/data.info
+GNUstep/System/Applications/EasyDiff.app/Resources/main.gorm/objects.gorm
+GNUstep/System/Applications/EasyDiff.app/Resources/window.gorm/data.classes
+GNUstep/System/Applications/EasyDiff.app/Resources/window.gorm/objects.gorm
+GNUstep/System/Applications/EasyDiff.app/stamp.make
+GNUstep/System/Tools/EasyDiff