diff options
author | jlam <jlam@pkgsrc.org> | 2002-09-27 12:28:15 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-09-27 12:28:15 +0000 |
commit | cd04e9997ad3d37feb8e7ad857125243894aca28 (patch) | |
tree | f21871d1bca7dc3f562c5378f661908467a1ac8d /lang/gcc/PLIST.SunOS | |
parent | 73b1e2ab06792fe5996cf132e890e802a816c0ce (diff) | |
download | pkgsrc-cd04e9997ad3d37feb8e7ad857125243894aca28.tar.gz |
Use bsd.pkg.install.mk, correct the PLISTs to refer to ${PKGNAME}.mk
(instead of hardcoding the version number), and general cleanups to the
Makefile to make this package easier to maintain.
Diffstat (limited to 'lang/gcc/PLIST.SunOS')
-rw-r--r-- | lang/gcc/PLIST.SunOS | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/gcc/PLIST.SunOS b/lang/gcc/PLIST.SunOS index 74712faa8f3..c27f756ab5e 100644 --- a/lang/gcc/PLIST.SunOS +++ b/lang/gcc/PLIST.SunOS @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST.SunOS,v 1.5 2002/09/09 03:23:06 dmcmahill Exp $ +@comment $NetBSD: PLIST.SunOS,v 1.6 2002/09/27 12:28:15 jlam Exp $ ${MACHINE_GNU_PLATFORM}/include/_G_config.h ${MACHINE_GNU_PLATFORM}/include/assert.h bin/${MACHINE_GNU_PLATFORM}-gcc @@ -14,6 +14,7 @@ bin/gcjh bin/gcov bin/jcf-dump bin/jv-scan +etc/${PKGNAME}.mk include/g++-3/PlotFile.h include/g++-3/SFile.h include/g++-3/algo.h |