diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2002-11-13 13:02:56 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2002-11-13 13:02:56 +0000 |
commit | 47b2efe183566c21fcf9819e51647b23408de95b (patch) | |
tree | 89d1943bd6094d7d381e7ddf9fef1079c5ea8f4e /print | |
parent | 6b7e6cdd17e1ac050a4b7e0ed7382178e8891896 (diff) | |
download | ports-47b2efe183566c21fcf9819e51647b23408de95b.tar.gz ports-47b2efe183566c21fcf9819e51647b23408de95b.zip |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/passivetex/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/print/passivetex/Makefile b/print/passivetex/Makefile index 7c9a0cc5f182..81204a2f081a 100644 --- a/print/passivetex/Makefile +++ b/print/passivetex/Makefile @@ -26,9 +26,7 @@ MAKE_ENV= TEXMFCNF=${FILESDIR}:${LOCALBASE}/share/texmf/web2c MESSAGE= ${PKGDIR}/pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message -post-patch: patch-message - -patch-message: +post-patch: @${SED} -e 's,%%LOCALBASE%%,${LOCALBASE},' ${MESSAGE} > ${PKGMESSAGE} do-install: |