diff options
author | tv <tv> | 1998-05-18 14:05:44 +0000 |
---|---|---|
committer | tv <tv> | 1998-05-18 14:05:44 +0000 |
commit | 161e3837baf4dcc7c77f955eb94839d5f4c2a7c4 (patch) | |
tree | 47119c7f0f9abc7728f32c5d3dbb0bae03fea154 /devel/libg++/pkg | |
parent | ddd9ae8e340bd44fc5d47b6f0ce8b19268ac8676 (diff) | |
download | pkgsrc-161e3837baf4dcc7c77f955eb94839d5f4c2a7c4.tar.gz |
Remove gperf, as this is now shipped separately (pkg to follow shortly).
Diffstat (limited to 'devel/libg++/pkg')
-rw-r--r-- | devel/libg++/pkg/DESCR | 3 | ||||
-rw-r--r-- | devel/libg++/pkg/PLIST.pre | 7 |
2 files changed, 1 insertions, 9 deletions
diff --git a/devel/libg++/pkg/DESCR b/devel/libg++/pkg/DESCR index 568f4714890..22f58d4cac1 100644 --- a/devel/libg++/pkg/DESCR +++ b/devel/libg++/pkg/DESCR @@ -4,6 +4,3 @@ It includes regular expressions, dynamically linked lists, and more. This library requires the libstdc++ available in NetBSD 1.4, and will not work on earlier releases (earlier releases shipped with a libg++ appropriate for that release). - -The libg++ package also includes gperf, a "perfect hash function -generator" program, which uses libg++ as its base class library. diff --git a/devel/libg++/pkg/PLIST.pre b/devel/libg++/pkg/PLIST.pre index 79f137bed5e..28035b69c13 100644 --- a/devel/libg++/pkg/PLIST.pre +++ b/devel/libg++/pkg/PLIST.pre @@ -1,6 +1,5 @@ -@comment $NetBSD: PLIST.pre,v 1.1 1998/04/09 13:58:52 tv Exp $ +@comment $NetBSD: PLIST.pre,v 1.2 1998/05/18 14:05:45 tv Exp $ bin/genclass -bin/gperf include/g++/gen/AVLMap.hP include/g++/gen/AVLSet.hP include/g++/gen/AVec.hP @@ -173,11 +172,7 @@ include/g++/sysent.h include/g++/typemacros.h @dirrm include/g++/gen @dirrm include/g++ -@unexec %D/bin/install-info --delete %D/info/gperf.info %D/info/dir @unexec %D/bin/install-info --delete %D/info/libg++.info %D/info/dir -info/gperf.info info/libg++.info -@exec %D/bin/install-info %D/info/gperf.info %D/info/dir @exec %D/bin/install-info %D/info/libg++.info %D/info/dir @exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir -man/man1/gperf.1.gz |