summaryrefslogtreecommitdiff
path: root/misc/upclient
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2002-11-06 02:06:03 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2002-11-06 02:06:03 +0000
commit094f4a52ca46c763e39e065e58e1fcd0058ff877 (patch)
tree6be60253cce75aebe29677427f85da16652e2bf7 /misc/upclient
parentPort update submitted by maintainer (diff)
Rename patch-message target to patch-pkgmessage since patch-message
is already used by bsd.port.mk. Approved by: maintainer
Notes
Notes: svn path=/head/; revision=69556
Diffstat (limited to 'misc/upclient')
-rw-r--r--misc/upclient/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/upclient/Makefile b/misc/upclient/Makefile
index 55d1d0dc93b9..aaf27b8dad07 100644
--- a/misc/upclient/Makefile
+++ b/misc/upclient/Makefile
@@ -36,13 +36,13 @@ DOC_FILES+= HISTORY-BETA
# Post-patch
#
-post-patch: patch-prefix patch-message
+post-patch: patch-prefix patch-pkgmessage
patch-prefix:
@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \
${WRKSRC}/scripts/upchk ${WRKSRC}/src/Makefile
-patch-message:
+patch-pkgmessage:
@${SED} 's|%%PREFIX%%|${PREFIX}|g' ${MSG_FILE} > ${PKGMESSAGE}
# Install