From 7f535f264f96e54328fc6b06626dc1acdf8dc7d9 Mon Sep 17 00:00:00 2001 From: Donald Burr Date: Fri, 3 Dec 1999 06:12:01 +0000 Subject: ${INSTALL_PROGRAM} runs strip, which doesn't like the fact that this is a NetBSD binary. Fixed. Thanks to Spidey for quickly pointing this out to me. --- audio/napster/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio/napster/Makefile b/audio/napster/Makefile index fabe9c8e9795..b85748852037 100644 --- a/audio/napster/Makefile +++ b/audio/napster/Makefile @@ -18,7 +18,7 @@ WRKSRC= ${WRKDIR}/nap NO_BUILD= yes do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/nap ${PREFIX}/bin/nap + ${INSTALL} -c -o root -g wheel -m 555 ${WRKSRC}/nap ${PREFIX}/bin/nap ${MKDIR} ${PREFIX}/share/nap ${INSTALL_DATA} ${WRKSRC}/nap.conf ${PREFIX}/share/nap .if (!defined(NOPORTDOCS)) -- cgit v1.2.3