diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2005-02-12 17:05:49 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2005-02-12 17:05:49 +0000 |
commit | 7f0986a8af08273c94214356db258fe73ab992a5 (patch) | |
tree | c4c4be8283339cdefe68d2957657c936935aa767 /devel | |
parent | d52623dfb5ef33e7f90a8a4ae3a85be5d59cb4e2 (diff) | |
download | ports-7f0986a8af08273c94214356db258fe73ab992a5.tar.gz ports-7f0986a8af08273c94214356db258fe73ab992a5.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/cvsmonitor/Makefile | 2 | ||||
-rw-r--r-- | devel/cvsmonitor/pkg-plist | 8 |
2 files changed, 9 insertions, 1 deletions
diff --git a/devel/cvsmonitor/Makefile b/devel/cvsmonitor/Makefile index 36424676df5d..bce6de76c757 100644 --- a/devel/cvsmonitor/Makefile +++ b/devel/cvsmonitor/Makefile @@ -7,6 +7,7 @@ PORTNAME= cvsmonitor PORTVERSION= 0.6.3 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -66,6 +67,7 @@ PLIST_SUB= CVSMON="${CGIDIR}/cvsmonitor" DIRS_DATA= html html/Admin html/Browse html/Error html/Search \ modules modules/AppLib modules/AppLib/Interface \ modules/CVSMonitor modules/CVSMonitor/Graph \ + modules/CVSMonitor/Backend modules/CVSMonitor/HTML \ modules/CVSMonitor/Range modules/CVSMonitor/MetaData \ modules/CVSMonitor/MetaData/Abstract setup \ setup/html static/style static/images diff --git a/devel/cvsmonitor/pkg-plist b/devel/cvsmonitor/pkg-plist index eb63db50db4d..a0978e7da6b2 100644 --- a/devel/cvsmonitor/pkg-plist +++ b/devel/cvsmonitor/pkg-plist @@ -54,10 +54,14 @@ %%CVSMON%%/modules/CVSMonitor/Statistics.pm %%CVSMON%%/modules/CVSMonitor/Util.pm %%CVSMON%%/modules/CVSMonitor/VersionNumber.pm +%%CVSMON%%/modules/CVSMonitor/Backend/CCVS.pm +%%CVSMON%%/modules/CVSMonitor/Backend/DataCache.pm %%CVSMON%%/modules/CVSMonitor/Graph/Files.pm %%CVSMON%%/modules/CVSMonitor/Graph/Karma.pm %%CVSMON%%/modules/CVSMonitor/Graph/Lines.pm %%CVSMON%%/modules/CVSMonitor/Graph/Range.pm +%%CVSMON%%/modules/CVSMonitor/HTML/Form.pm +%%CVSMON%%/modules/CVSMonitor/HTML/Table.pm %%CVSMON%%/modules/CVSMonitor/Range/Basics.pm %%CVSMON%%/modules/CVSMonitor/Range/Files.pm %%CVSMON%%/modules/CVSMonitor/MetaData/Activity.pm @@ -104,7 +108,9 @@ @dirrm %%CVSMON%%/html @dirrm %%CVSMON%%/modules/AppLib/Interface @dirrm %%CVSMON%%/modules/AppLib +@dirrm %%CVSMON%%/modules/CVSMonitor/Backend @dirrm %%CVSMON%%/modules/CVSMonitor/Graph +@dirrm %%CVSMON%%/modules/CVSMonitor/HTML @dirrm %%CVSMON%%/modules/CVSMonitor/Range @dirrm %%CVSMON%%/modules/CVSMonitor/MetaData/Abstract @dirrm %%CVSMON%%/modules/CVSMonitor/MetaData @@ -115,4 +121,4 @@ @dirrm %%CVSMON%%/static/style @dirrm %%CVSMON%%/static/images @dirrm %%CVSMON%%/static -@dirrm %%CVSMON%% +@unexec rmdir %D/%%CVSMON%% 2>/dev/null || true |