summaryrefslogtreecommitdiff
path: root/audio/cheesetracker
diff options
context:
space:
mode:
authoragc <agc>2002-07-18 09:31:50 +0000
committeragc <agc>2002-07-18 09:31:50 +0000
commitf9a841a77635f864dc573c78c8b9b791d40c209d (patch)
treeead726bf0748d77dcc7b146e4937f3a1bf33c2b7 /audio/cheesetracker
parentbc1a5e3d653dc002423bc53f1aabcddbeb2326e6 (diff)
downloadpkgsrc-f9a841a77635f864dc573c78c8b9b791d40c209d.tar.gz
Copy the install-sh and mkinstalldirs scripts, rather than
symbolically linking them, since the GNU configure script uses test -f to test for their presence.
Diffstat (limited to 'audio/cheesetracker')
-rw-r--r--audio/cheesetracker/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/cheesetracker/Makefile b/audio/cheesetracker/Makefile
index e97292888ba..5edc4435a7e 100644
--- a/audio/cheesetracker/Makefile
+++ b/audio/cheesetracker/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2002/07/17 16:36:25 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2002/07/18 09:31:50 agc Exp $
#
DISTNAME= cheesetracker-0.5.5
@@ -26,7 +26,7 @@ USE_GMAKE= yes
post-extract:
${RM} -f ${WRKSRC}/install-sh
${RM} -f ${WRKSRC}/mkinstalldirs
- ${LN} -s ${LOCALBASE}/share/automake/install-sh ${WRKSRC}/install-sh
- ${LN} -s ${LOCALBASE}/share/automake/mkinstalldirs ${WRKSRC}/mkinstalldirs
+ ${CP} ${LOCALBASE}/share/automake/install-sh ${WRKSRC}/install-sh
+ ${CP} ${LOCALBASE}/share/automake/mkinstalldirs ${WRKSRC}/mkinstalldirs
.include "../../mk/bsd.pkg.mk"