diff options
author | naddy <naddy@FreeBSD.org> | 2002-11-13 21:02:56 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2002-11-13 21:02:56 +0800 |
commit | bc16aae8648b2b316770bc97209b047f37c9eb77 (patch) | |
tree | c17b8f200966f7fa88343ef2fc79f446291f129f /print | |
parent | 67ac3c54b36917e16f2941ab693d30ea194c8f11 (diff) | |
download | freebsd-ports-gnome-bc16aae8648b2b316770bc97209b047f37c9eb77.tar.gz freebsd-ports-gnome-bc16aae8648b2b316770bc97209b047f37c9eb77.tar.zst freebsd-ports-gnome-bc16aae8648b2b316770bc97209b047f37c9eb77.zip |
A "patch-message" target is already used by bsd.port.mk.
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: |