diff options
author | jlam <jlam@pkgsrc.org> | 2001-04-30 21:07:02 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-04-30 21:07:02 +0000 |
commit | 42ea15cc07dc538ba4b71eea81585dde48a1f537 (patch) | |
tree | d8356021e0a6f42493599a5ea11bf5c4e5394f6f /lang/pgcc | |
parent | 77237d0f32950f1716d6d2a89db304da3e12c0b1 (diff) | |
download | pkgsrc-42ea15cc07dc538ba4b71eea81585dde48a1f537.tar.gz |
Set FILESDIR to lang/gcc/files as this package needs the location of the
template gcc.mk file.
Diffstat (limited to 'lang/pgcc')
-rw-r--r-- | lang/pgcc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/pgcc/Makefile b/lang/pgcc/Makefile index f55c5fc61a7..011ecdfa1f7 100644 --- a/lang/pgcc/Makefile +++ b/lang/pgcc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2001/04/26 16:33:07 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2001/04/30 21:07:02 jlam Exp $ DISTNAME= gcc-2.95.2 PKGNAME= pgcc-2.95.2.1 @@ -22,6 +22,7 @@ ONLY_FOR_PLATFORM= NetBSD-*-arm32 NetBSD-*-i386 NetBSD-*-m68k \ .include "../../mk/bsd.prefs.mk" +FILESDIR= ${.CURDIR}/../../lang/gcc/files PATCHDIR= ${.CURDIR}/../../lang/gcc/patches PKGDIR= ${.CURDIR}/../../lang/gcc/pkg |