diff options
author | soren <soren@pkgsrc.org> | 1999-12-20 21:50:46 +0000 |
---|---|---|
committer | soren <soren@pkgsrc.org> | 1999-12-20 21:50:46 +0000 |
commit | ace857feeb88c96260900066cbd72d155a8a31d1 (patch) | |
tree | 6832859c8cafcb9d92c7086cf7a2cfeeb7354d8d /cross | |
parent | 13a765ce76c3aa043ac6c9301a1dd62cf181aeb0 (diff) | |
download | pkgsrc-ace857feeb88c96260900066cbd72d155a8a31d1.tar.gz |
Don't try to copy files/CVS.
Diffstat (limited to 'cross')
-rw-r--r-- | cross/bfd-crunchide/Makefile | 7 | ||||
-rw-r--r-- | cross/bfd-mdsetimage/Makefile | 7 |
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" |