diff options
author | beech <beech@FreeBSD.org> | 2012-12-12 05:49:33 +0800 |
---|---|---|
committer | beech <beech@FreeBSD.org> | 2012-12-12 05:49:33 +0800 |
commit | 731895cbb3d79f66a55330ea434f77ebbb05e5cc (patch) | |
tree | 665a50be429d8e14c354a304cda397d14932ac0a /devel/gcvs/pkg-plist | |
parent | 9f0ed2ca3deded5b0f5b0d2c10d68646bf67c650 (diff) | |
download | freebsd-ports-gnome-731895cbb3d79f66a55330ea434f77ebbb05e5cc.tar.gz freebsd-ports-gnome-731895cbb3d79f66a55330ea434f77ebbb05e5cc.tar.zst freebsd-ports-gnome-731895cbb3d79f66a55330ea434f77ebbb05e5cc.zip |
- Fix build with clang
- Add LICENSE
- Support MANPREFIX
PR: ports/174163
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Diffstat (limited to 'devel/gcvs/pkg-plist')
-rw-r--r-- | devel/gcvs/pkg-plist | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/gcvs/pkg-plist b/devel/gcvs/pkg-plist index c28791097640..957c0879082e 100644 --- a/devel/gcvs/pkg-plist +++ b/devel/gcvs/pkg-plist @@ -19,8 +19,6 @@ lib/cvs/contrib/rcs-to-cvs lib/cvs/contrib/rcs2log lib/cvs/contrib/rcslock lib/cvs/contrib/sccs2rcs -@dirrm lib/cvs/contrib -@dirrm lib/cvs %%DATADIR%%/ChangeRoot.tcl %%DATADIR%%/ChangeRootTK.tcl %%DATADIR%%/Cleanup.tcl @@ -45,7 +43,6 @@ lib/cvs/contrib/sccs2rcs %%DATADIR%%/cvs2cl.tcl %%DATADIR%%/cvsignore_add.tcl %%DATADIR%%/cvsignore_remove.tcl -%%DATADIR%%/startup.tcl %%DATADIR%%/pixmaps/about.xpm %%DATADIR%%/pixmaps/add.xpm %%DATADIR%%/pixmaps/addb.xpm @@ -88,5 +85,8 @@ lib/cvs/contrib/sccs2rcs %%DATADIR%%/pixmaps/upfolder.xpm %%DATADIR%%/pixmaps/warning.xpm %%DATADIR%%/pixmaps/watch.xpm +%%DATADIR%%/startup.tcl @dirrm %%DATADIR%%/pixmaps @dirrm %%DATADIR%% +@dirrm lib/cvs/contrib +@dirrm lib/cvs |