diff options
author | naddy <naddy@FreeBSD.org> | 2002-11-03 22:41:52 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2002-11-03 22:41:52 +0800 |
commit | 18928c76a70217c9509a64920c60b06e46fe157d (patch) | |
tree | b6826355939cfba9fe39d7062087c5beb4ee13ee /textproc/latex2html/Makefile | |
parent | 62c02fae0b3c9de171db8cc2705d23ae32296039 (diff) | |
download | freebsd-ports-gnome-18928c76a70217c9509a64920c60b06e46fe157d.tar.gz freebsd-ports-gnome-18928c76a70217c9509a64920c60b06e46fe157d.tar.zst freebsd-ports-gnome-18928c76a70217c9509a64920c60b06e46fe157d.zip |
Rename patch-message, which is already a bsd.port.mk target.
Diffstat (limited to 'textproc/latex2html/Makefile')
-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 |