diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2002-11-03 14:51:40 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2002-11-03 14:51:40 +0000 |
commit | 2ec37711e4693f178187f0c18dea57eb6c99fbc2 (patch) | |
tree | ea68e649bcbf00aab5744d2a7f61acf625aa6075 | |
parent | Rename patch-message, which is already a bsd.port.mk target. (diff) |
A "patch-message" target is already used by bsd.port.mk.
Notes
Notes:
svn path=/head/; revision=69346
-rw-r--r-- | x11-fonts/webfonts/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11-fonts/webfonts/Makefile b/x11-fonts/webfonts/Makefile index e333a6f522b2..1d2019840c8c 100644 --- a/x11-fonts/webfonts/Makefile +++ b/x11-fonts/webfonts/Makefile @@ -114,9 +114,7 @@ remove-extras: # Post-patch # -post-patch: patch-message - -patch-message: +post-patch: ${SED} 's|%%FONTSDIR%%|${FONTSDIR}|g' ${MSG_FILE} > ${PKGMESSAGE} # |