diff options
author | wiz <wiz> | 2001-03-07 15:52:01 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-03-07 15:52:01 +0000 |
commit | e5983ce90992022c96568224b915421bd1b46a2a (patch) | |
tree | 36a491c23a51cf0cc9479a0ad143050b4bcdeaec /lang | |
parent | c0072e283d4ccb6384354dbcd361b9371e8a6a9b (diff) | |
download | pkgsrc-e5983ce90992022c96568224b915421bd1b46a2a.tar.gz |
${MD5_FILE} -> ${DIGEST_FILE}
Diffstat (limited to 'lang')
-rw-r--r-- | lang/pgcc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/pgcc/Makefile b/lang/pgcc/Makefile index d3eff54aec0..6220997b08a 100644 --- a/lang/pgcc/Makefile +++ b/lang/pgcc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/02/28 23:51:13 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2001/03/07 15:52:02 wiz Exp $ DISTNAME= gcc-2.95.2 PKGNAME= pgcc-2.95.2.1 @@ -26,7 +26,7 @@ FILESDIR= ${PKGSRCDIR}/lang/gcc/files PATCHDIR= ${PKGSRCDIR}/lang/gcc/patches PKGDIR= ${PKGSRCDIR}/lang/gcc/pkg -MD5_FILE= ${.CURDIR}/files/md5 +DIGEST_FILE= ${.CURDIR}/files/md5 DESCR_SRC= ${.CURDIR}/pkg/DESCR .if (${OPSYS} == "NetBSD") && (${OBJECT_FMT} == "ELF") |