aboutsummaryrefslogtreecommitdiff
path: root/graphics/price
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 /graphics/price
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 'graphics/price')
-rw-r--r--graphics/price/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/price/Makefile b/graphics/price/Makefile
index a6a73cb66f6c..55e4dade6414 100644
--- a/graphics/price/Makefile
+++ b/graphics/price/Makefile
@@ -18,9 +18,9 @@ USES= gnustep
USE_GNUSTEP= back build
-DATADIR= ${GNUSTEP_LOCAL_ROOT}/Applications/PRICE.app
+DATADIR= ${GNUSTEP_SYSTEM_ROOT}/Applications/PRICE.app
PORTDATA= *
-PLIST_FILES= ${GNUSTEP_LOCAL_TOOLS}/PRICE \
+PLIST_FILES= ${GNUSTEP_SYSTEM_TOOLS}/PRICE \
share/applications/PRICE.desktop
post-build: