diff options
author | sf <sf@FreeBSD.org> | 2001-01-04 01:20:20 +0800 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2001-01-04 01:20:20 +0800 |
commit | b3facebe2bc97ad719deffb3b58854d2aca3d664 (patch) | |
tree | 0650408e0261c867814fc4281cbc196e7f645292 /print/jadetex/Makefile | |
parent | 884140b0a8cee454cc58a5ac1688a392d5d33754 (diff) | |
download | freebsd-ports-gnome-b3facebe2bc97ad719deffb3b58854d2aca3d664.tar.gz freebsd-ports-gnome-b3facebe2bc97ad719deffb3b58854d2aca3d664.tar.zst freebsd-ports-gnome-b3facebe2bc97ad719deffb3b58854d2aca3d664.zip |
update to 2.20(old version no longer available at master site).
PR: 20665
Submitted by: Sean Kelly <kelly@cbl-skelly3.hs.earthlink.net>
make PKGMESSAGE PREFIX safe.
remake ls-R at deinstall.
Diffstat (limited to 'print/jadetex/Makefile')
-rw-r--r-- | print/jadetex/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/print/jadetex/Makefile b/print/jadetex/Makefile index 102db0f94c5c..27cc37c9ec2e 100644 --- a/print/jadetex/Makefile +++ b/print/jadetex/Makefile @@ -6,7 +6,7 @@ # PORTNAME= jadetex -PORTVERSION= 2.18 +PORTVERSION= 2.20 CATEGORIES= print MASTER_SITES= http://www.tug.org/applications/jadetex/ @@ -20,6 +20,7 @@ MAKE_ENV= TEXMFCNF=${FILESDIR}:${PREFIX}/share/texmf/web2c USE_ZIP= yes NO_WRKSUBDIR= yes +MESSAGE= ${WRKDIR}/pkg-message post-extract: @${ECHO} all: default > ${WRKSRC}/Makefile.tmp @@ -31,6 +32,7 @@ do-install: post-install: ${PREFIX}/bin/mktexlsr - @${CAT} ${PKGMESSAGE} + @${SED} -e 's,/usr/local,${PREFIX},' ${PKGMESSAGE} > ${MESSAGE} + @${CAT} ${MESSAGE} .include <bsd.port.mk> |