diff options
author | seb <seb@pkgsrc.org> | 2003-11-05 23:03:54 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-11-05 23:03:54 +0000 |
commit | 6ff6b9f00b0d0dac026545e34e3c1e7d987117f4 (patch) | |
tree | b9f598e8bb76cf0593825303cc85003f9f3673fa /cross/i386-mingw32/Makefile | |
parent | ddeeeb7f29d3e8b7c6019bd838f60cbf632898c8 (diff) | |
download | pkgsrc-6ff6b9f00b0d0dac026545e34e3c1e7d987117f4.tar.gz |
Fix build on NetBSD 1.6.2_RC1: avoid building info files, they are not
installed anyway.
XXX it does not build on -current.
Diffstat (limited to 'cross/i386-mingw32/Makefile')
-rw-r--r-- | cross/i386-mingw32/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cross/i386-mingw32/Makefile b/cross/i386-mingw32/Makefile index cc7e4f315c8..c38cea3759f 100644 --- a/cross/i386-mingw32/Makefile +++ b/cross/i386-mingw32/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.11 2003/07/17 21:27:55 grant Exp $ +# $NetBSD: Makefile,v 1.12 2003/11/05 23:03:54 seb Exp $ DISTNAME= cross-${TARGET_ARCH}-1.2 PKGREVISION= 3 +WRKSRC= ${WRKDIR} # for the patch target CROSS_DISTFILES= MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.mingw.org/ |