diff options
author | wiz <wiz> | 2001-04-21 13:42:38 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-04-21 13:42:38 +0000 |
commit | a297e6aebf76841ea1ecbb77a1de191b899a1c35 (patch) | |
tree | bb4b88989ddb0698b9bab611bc1e0c5474f1d786 /lang | |
parent | b17bb3bc13d35835c79915174f7972856047f531 (diff) | |
download | pkgsrc-a297e6aebf76841ea1ecbb77a1de191b899a1c35.tar.gz |
Drop remaining uses of DIGEST_FILE (which were bogus, anyway)
Diffstat (limited to 'lang')
-rw-r--r-- | lang/pgcc/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/lang/pgcc/Makefile b/lang/pgcc/Makefile index 93485c16d1f..0ba50a3b414 100644 --- a/lang/pgcc/Makefile +++ b/lang/pgcc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2001/04/11 10:38:49 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2001/04/21 13:42:39 wiz Exp $ DISTNAME= gcc-2.95.2 PKGNAME= pgcc-2.95.2.1 @@ -22,11 +22,10 @@ ONLY_FOR_PLATFORM= NetBSD-*-arm32 NetBSD-*-i386 NetBSD-*-m68k \ .include "../../mk/bsd.prefs.mk" -FILESDIR= ${PKGSRCDIR}/lang/gcc/files -PATCHDIR= ${PKGSRCDIR}/lang/gcc/patches -PKGDIR= ${PKGSRCDIR}/lang/gcc/pkg +PATCHDIR= ${.CURDIR}/../../lang/gcc/patches +PKGDIR= ${.CURDIR}/../../lang/gcc/pkg +DISTINFO_FILE= ${.CURDIR}/../../lang/gcc/distinfo -DIGEST_FILE= ${.CURDIR}/files/md5 DESCR_SRC= ${.CURDIR}/pkg/DESCR .if (${OPSYS} == "NetBSD") && (${OBJECT_FMT} == "ELF") |