summaryrefslogtreecommitdiff
path: root/lang/gcc3-c
diff options
context:
space:
mode:
authorjlam <jlam>2006-03-30 03:44:41 +0000
committerjlam <jlam>2006-03-30 03:44:41 +0000
commit4057b7edfd80c4e8a3774f92e4dd6fa07e21e57c (patch)
treee284cce507534ba20c3380c2f5b60203bf4526fe /lang/gcc3-c
parent8a3f3aff46d4065ab9601287b6d7839ed280af03 (diff)
downloadpkgsrc-4057b7edfd80c4e8a3774f92e4dd6fa07e21e57c.tar.gz
* Honor PKGINFODIR.
* List the info files directly in the PLIST.
Diffstat (limited to 'lang/gcc3-c')
-rw-r--r--lang/gcc3-c/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc3-c/Makefile b/lang/gcc3-c/Makefile
index 4cc7b0b9baf..8afc51bfdf0 100644
--- a/lang/gcc3-c/Makefile
+++ b/lang/gcc3-c/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.15 2006/02/05 23:09:44 joerg Exp $
+# $NetBSD: Makefile,v 1.16 2006/03/30 03:44:43 jlam Exp $
PKGNAME= gcc3${GCC3_PKGMODIF}-c-${GCC_VERSION}
PKGREVISION= 1
COMMENT= GNU Compiler Collection, v3 - C compiler
-INFO_FILES= cpp.info gcc.info gccint.info cppinternals.info
+INFO_FILES= # PLIST
.include "../../lang/gcc3/Makefile.common"