summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsoren <soren>1999-12-20 21:50:46 +0000
committersoren <soren>1999-12-20 21:50:46 +0000
commit62bf8394a5918ba114903120af5f34e0b3047ce0 (patch)
tree6832859c8cafcb9d92c7086cf7a2cfeeb7354d8d
parenta3309690c29c4b8da30de1d87c77d06e53447f5e (diff)
downloadpkgsrc-62bf8394a5918ba114903120af5f34e0b3047ce0.tar.gz
Don't try to copy files/CVS.
-rw-r--r--cross/bfd-crunchide/Makefile7
-rw-r--r--cross/bfd-mdsetimage/Makefile7
2 files changed, 8 insertions, 6 deletions
diff --git a/cross/bfd-crunchide/Makefile b/cross/bfd-crunchide/Makefile
index 472001fa92b..aa33d2a5bf3 100644
--- a/cross/bfd-crunchide/Makefile
+++ b/cross/bfd-crunchide/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 1999/12/20 05:57:40 sakamoto Exp $
+# $NetBSD: Makefile,v 1.2 1999/12/20 21:51:12 soren Exp $
DISTNAME= bfd-crunchide-1.0
CATEGORIES= cross
@@ -23,9 +23,10 @@ MAKE_ENV+= BFD_VERSION=${BFD_VERSION} \
do-extract:
@${MKDIR} ${WRKSRC}
- @${CP} ${FILESDIR}/* ${WRKSRC}
+ @${CP} ${FILESDIR}/Makefile ${FILESDIR}/crunchide.1 ${FILESDIR}/crunchide.c \
+ ${WRKSRC}
pre-install:
- @if [ ! -d ${PREFIX}/bin ];then ${MKDIR} ${PREFIX}/bin;fi
+ @if [ ! -d ${PREFIX}/bin ]; then ${MKDIR} ${PREFIX}/bin; fi
.include "../../mk/bsd.pkg.mk"
diff --git a/cross/bfd-mdsetimage/Makefile b/cross/bfd-mdsetimage/Makefile
index df243bab6e2..313245a5f80 100644
--- a/cross/bfd-mdsetimage/Makefile
+++ b/cross/bfd-mdsetimage/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 1999/12/20 05:58:34 sakamoto Exp $
+# $NetBSD: Makefile,v 1.2 1999/12/20 21:50:46 soren Exp $
DISTNAME= bfd-mdsetimage-1.0
CATEGORIES= cross
@@ -23,9 +23,10 @@ MAKE_ENV+= BFD_VERSION=${BFD_VERSION} \
do-extract:
@${MKDIR} ${WRKSRC}
- @${CP} ${FILESDIR}/* ${WRKSRC}
+ @${CP} ${FILESDIR}/Makefile ${FILESDIR}/mdsetimage.8 ${FILESDIR}/mdsetimage.c \
+ ${WRKSRC}
pre-install:
- @if [ ! -d ${PREFIX}/bin ];then ${MKDIR} ${PREFIX}/bin;fi
+ @if [ ! -d ${PREFIX}/bin ]; then ${MKDIR} ${PREFIX}/bin; fi
.include "../../mk/bsd.pkg.mk"