aboutsummaryrefslogtreecommitdiff
path: root/astro
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 /astro
parentb77926499ee26e9c1fed44d15a969dd9081548eb (diff)
downloadports-094f4a52ca46c763e39e065e58e1fcd0058ff877.tar.gz
ports-094f4a52ca46c763e39e065e58e1fcd0058ff877.zip
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 'astro')
-rw-r--r--astro/seti_applet/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/astro/seti_applet/Makefile b/astro/seti_applet/Makefile
index 351b8107a445..9e56eb21ac9f 100644
--- a/astro/seti_applet/Makefile
+++ b/astro/seti_applet/Makefile
@@ -41,7 +41,7 @@ XARGS?= xargs
#
post-patch: patch-configure patch-makefiles-in \
- patch-seti_applet patch-message
+ patch-seti_applet patch-pkgmessage
patch-configure:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g;\
@@ -56,7 +56,7 @@ patch-seti_applet:
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
${WRKSRC}/src/seti_applet.c
-patch-message:
+patch-pkgmessage:
@${SED} 's|%%LOCALBASE%%|${LOCALBASE}|g' ${MSG_FILE} > ${PKGMESSAGE}
# Post-install