From 094f4a52ca46c763e39e065e58e1fcd0058ff877 Mon Sep 17 00:00:00 2001 From: Christian Weisgerber Date: Wed, 6 Nov 2002 02:06:03 +0000 Subject: Rename patch-message target to patch-pkgmessage since patch-message is already used by bsd.port.mk. Approved by: maintainer --- astro/seti_applet/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'astro') 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 -- cgit v1.2.3