summaryrefslogtreecommitdiff
path: root/cross/bfd-mdsetimage
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 /cross/bfd-mdsetimage
parenta3309690c29c4b8da30de1d87c77d06e53447f5e (diff)
downloadpkgsrc-62bf8394a5918ba114903120af5f34e0b3047ce0.tar.gz
Don't try to copy files/CVS.
Diffstat (limited to 'cross/bfd-mdsetimage')
-rw-r--r--cross/bfd-mdsetimage/Makefile7
1 files changed, 4 insertions, 3 deletions
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"