diff options
author | jlam <jlam@pkgsrc.org> | 2001-11-01 09:41:13 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-11-01 09:41:13 +0000 |
commit | 1ea58d26e32cd3e5c9dcef68b3d89e8c1b40f364 (patch) | |
tree | 1f39af92e9ae3b85e6995203a635d8b2ae73e9e2 /lang/pgcc | |
parent | 6fc613f97a0aaf3ffa0cf3bc3a76434b0f60bdfe (diff) | |
download | pkgsrc-1ea58d26e32cd3e5c9dcef68b3d89e8c1b40f364.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/pgcc')
-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 |