aboutsummaryrefslogtreecommitdiff
path: root/textproc/latex-service
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/latex-service
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/latex-service')
-rw-r--r--textproc/latex-service/Makefile4
-rw-r--r--textproc/latex-service/pkg-plist4
2 files changed, 4 insertions, 4 deletions
diff --git a/textproc/latex-service/Makefile b/textproc/latex-service/Makefile
index f32af3d84291..0a7d74b0b2ae 100644
--- a/textproc/latex-service/Makefile
+++ b/textproc/latex-service/Makefile
@@ -2,7 +2,7 @@
PORTNAME= latex
PORTVERSION= 0.1
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= textproc gnustep
MASTER_SITES= http://www.roard.com/latexservice/download/
PKGNAMESUFFIX= -service${PKGNAMESUFFIX2}
@@ -17,6 +17,6 @@ USES= tar:tgz gnustep
USE_GNUSTEP= back build
post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/Local/Library/Services/LaTeX.service/LaTeX
+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Library/Services/LaTeX.service/LaTeX
.include <bsd.port.mk>
diff --git a/textproc/latex-service/pkg-plist b/textproc/latex-service/pkg-plist
index 389f43397b0b..cf8aef63b5c9 100644
--- a/textproc/latex-service/pkg-plist
+++ b/textproc/latex-service/pkg-plist
@@ -1,2 +1,2 @@
-GNUstep/Local/Library/Services/LaTeX.service/LaTeX
-GNUstep/Local/Library/Services/LaTeX.service/Resources/Info-gnustep.plist
+GNUstep/System/Library/Services/LaTeX.service/LaTeX
+GNUstep/System/Library/Services/LaTeX.service/Resources/Info-gnustep.plist