diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-07-30 12:29:03 +0800 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-07-30 12:29:03 +0800 |
commit | 4d8945bc0aa2148950a579f0541c8515c2e28f91 (patch) | |
tree | 67a88a4d88861a2a928f51623193a7f0156f4b2f /textproc | |
parent | f86f5081ba0efd6645c29d88842577d89ff1c808 (diff) | |
download | freebsd-ports-gnome-4d8945bc0aa2148950a579f0541c8515c2e28f91.tar.gz freebsd-ports-gnome-4d8945bc0aa2148950a579f0541c8515c2e28f91.tar.zst freebsd-ports-gnome-4d8945bc0aa2148950a579f0541c8515c2e28f91.zip |
1: Stagify.
2: convert EXTRACT_SUFX to tar:tgz
3: strip binary, bump version.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/latex-service/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/textproc/latex-service/Makefile b/textproc/latex-service/Makefile index b1368a783a1e..b7d8b3ef0cf3 100644 --- a/textproc/latex-service/Makefile +++ b/textproc/latex-service/Makefile @@ -2,22 +2,24 @@ PORTNAME= latex PORTVERSION= 0.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc gnustep MASTER_SITES= http://www.roard.com/latexservice/download/ PKGNAMESUFFIX= -service${PKGNAMESUFFIX2} DISTNAME= LaTeXService-${PORTVERSION} -EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= LaTeX service for GNUstep LICENSE= GPLv2 +USES= tar:tgz USE_GNUSTEP= yes USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes USE_GNUSTEP_INSTALL= yes -NO_STAGE= yes +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/Local/Library/Services/LaTeX.service/LaTeX + .include <bsd.port.mk> |