diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2002-05-06 23:38:17 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-05-06 23:38:17 +0000 |
commit | e8105bce77af9fca9791cc9c75f76da623dba8ad (patch) | |
tree | 2c75b325c3f56e257573f90dc79d47bde2cf464a /lang/gcc295 | |
parent | c13128cf52c993d263d5197939e7259419856f8b (diff) | |
download | ports-e8105bce77af9fca9791cc9c75f76da623dba8ad.tar.gz ports-e8105bce77af9fca9791cc9c75f76da623dba8ad.zip |
Notes
Diffstat (limited to 'lang/gcc295')
-rw-r--r-- | lang/gcc295/pkg-plist | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/lang/gcc295/pkg-plist b/lang/gcc295/pkg-plist index 9c07a86043a3..8ce8b227346e 100644 --- a/lang/gcc295/pkg-plist +++ b/lang/gcc295/pkg-plist @@ -1,29 +1,20 @@ @comment $FreeBSD$ bin/g++295 bin/g++filt295 -bin/g77 bin/gcc295 bin/%%GNU_HOST%%-gcc -bin/gcj -bin/gcjh -bin/gcov -bin/jv-scan -bin/jcf-dump -bin/protoize -bin/unprotoize +bin/protoize295 +bin/unprotoize295 %%GNU_HOST%%/include/_G_config.h %%GNU_HOST%%/include/assert.h @comment Insert PLIST.gcc-lib here @comment -=[ begin PLIST.gcc-lib ]=- @comment -=[ end PLIST.gcc-lib ]=- @unexec install-info --delete %D/info/gcc.info %D/info/dir -@unexec install-info --delete %D/info/g77.info %D/info/dir @unexec install-info --delete %D/info/cpp.info %D/info/dir info/cpp.info -info/g77.info info/gcc.info @exec install-info %D/info/cpp.info %D/info/dir -@exec install-info %D/info/g77.info %D/info/dir @exec install-info %D/info/gcc.info %D/info/dir @dirrm %%GNU_HOST%%/include @dirrm %%GNU_HOST%% |