diff options
author | wiz <wiz@pkgsrc.org> | 2001-04-26 16:33:07 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-04-26 16:33:07 +0000 |
commit | 7a68fd5270cf2b40426a6ab8d20567b4db397e48 (patch) | |
tree | cc2a8d2d98fa0a736f159b05bef255b554e5a8c5 /lang | |
parent | 62d3ed95a907b744c0976c232b2becb46648c088 (diff) | |
download | pkgsrc-7a68fd5270cf2b40426a6ab8d20567b4db397e48.tar.gz |
Don't set DISTINFO_FILE. We can't share it, we have one file more.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/pgcc/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/pgcc/Makefile b/lang/pgcc/Makefile index 0ba50a3b414..f55c5fc61a7 100644 --- a/lang/pgcc/Makefile +++ b/lang/pgcc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2001/04/21 13:42:39 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2001/04/26 16:33:07 wiz Exp $ DISTNAME= gcc-2.95.2 PKGNAME= pgcc-2.95.2.1 @@ -24,7 +24,6 @@ ONLY_FOR_PLATFORM= NetBSD-*-arm32 NetBSD-*-i386 NetBSD-*-m68k \ PATCHDIR= ${.CURDIR}/../../lang/gcc/patches PKGDIR= ${.CURDIR}/../../lang/gcc/pkg -DISTINFO_FILE= ${.CURDIR}/../../lang/gcc/distinfo DESCR_SRC= ${.CURDIR}/pkg/DESCR |