diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2002-11-03 14:41:52 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2002-11-03 14:41:52 +0000 |
commit | 3e66c8a1fec66be736c98505ada2631c61e0fbad (patch) | |
tree | e0e0e58e49f3accd9abfb9a970bf971aab2f1f02 /textproc/latex2html | |
parent | 4208f2b40175bdc25c1867fbc42203d1994c7d48 (diff) | |
download | ports-3e66c8a1fec66be736c98505ada2631c61e0fbad.tar.gz ports-3e66c8a1fec66be736c98505ada2631c61e0fbad.zip |
Rename patch-message, which is already a bsd.port.mk target.
Notes
Notes:
svn path=/head/; revision=69345
Diffstat (limited to 'textproc/latex2html')
-rw-r--r-- | textproc/latex2html/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/latex2html/Makefile b/textproc/latex2html/Makefile index ca1e8164353a..430802d4614c 100644 --- a/textproc/latex2html/Makefile +++ b/textproc/latex2html/Makefile @@ -43,9 +43,7 @@ DOC_FILES= FAQ INSTALL LICENSE README # Port-patch # -post-patch: patch-message - -patch-message: +post-patch: @${SED} 's|%%PREFIX%%|${PREFIX}|g' ${MSG_FILE} > ${PKGMESSAGE} # Post-install |