diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2002-11-06 02:06:03 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2002-11-06 02:06:03 +0000 |
commit | 094f4a52ca46c763e39e065e58e1fcd0058ff877 (patch) | |
tree | 6be60253cce75aebe29677427f85da16652e2bf7 /astro | |
parent | Port 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
Diffstat (limited to 'astro')
-rw-r--r-- | astro/seti_applet/Makefile | 4 |
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 |