diff options
author | jlam <jlam> | 2001-11-01 09:41:13 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-11-01 09:41:13 +0000 |
commit | a3b98f34bdec1e0f025df1c093c5d48c6ee15101 (patch) | |
tree | 1f39af92e9ae3b85e6995203a635d8b2ae73e9e2 /lang | |
parent | b05a5f6df71b8cabbc3565a45ff20d8206c97b98 (diff) | |
download | pkgsrc-a3b98f34bdec1e0f025df1c093c5d48c6ee15101.tar.gz |
Change reachover references into another package's pkg/ directory into
references to the other package's base directory. This is needed after
the files in the pkg/ directory were dispersed into the base directory.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/pgcc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/pgcc/Makefile b/lang/pgcc/Makefile index 255d2002fb9..ffba656ff50 100644 --- a/lang/pgcc/Makefile +++ b/lang/pgcc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2001/09/27 23:18:17 jlam Exp $ +# $NetBSD: Makefile,v 1.15 2001/11/01 09:41:13 jlam Exp $ DISTNAME= gcc-2.95.2 PKGNAME= pgcc-2.95.2.1 @@ -24,9 +24,9 @@ ONLY_FOR_PLATFORM= NetBSD-*-arm32 NetBSD-*-i386 NetBSD-*-m68k \ FILESDIR= ${.CURDIR}/../../lang/gcc/files PATCHDIR= ${.CURDIR}/../../lang/gcc/patches -PKGDIR= ${.CURDIR}/../../lang/gcc/pkg +PKGDIR= ${.CURDIR}/../../lang/gcc -DESCR_SRC= ${.CURDIR}/pkg/DESCR +DESCR_SRC= ${.CURDIR}/DESCR .if (${OPSYS} == "NetBSD") && (${OBJECT_FMT} == "ELF") MACHINE_GCC_PLATFORM= ${MACHINE_GNU_PLATFORM}elf |