aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ovs
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-03-03 10:56:15 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-03-03 10:56:15 +0800
commit3cb4c89d0f5f64bfb4bfab1d1b8f281d2be4266a (patch)
tree5b6f431c2591a512b9a6a5ba52bad500c4b9ca08 /mail/ovs
parent1ebae39bbb2de82a7886145a00d1c10313b61b48 (diff)
downloadfreebsd-ports-gnome-3cb4c89d0f5f64bfb4bfab1d1b8f281d2be4266a.tar.gz
freebsd-ports-gnome-3cb4c89d0f5f64bfb4bfab1d1b8f281d2be4266a.tar.zst
freebsd-ports-gnome-3cb4c89d0f5f64bfb4bfab1d1b8f281d2be4266a.zip
- Add LICENSE
- Fix shebangs - Drop @dirrm* from plist - Add empty directory to plist
Diffstat (limited to 'mail/ovs')
-rw-r--r--mail/ovs/Makefile8
-rw-r--r--mail/ovs/pkg-plist5
2 files changed, 7 insertions, 6 deletions
diff --git a/mail/ovs/Makefile b/mail/ovs/Makefile
index 7380a12eb2f8..d2c239eda3da 100644
--- a/mail/ovs/Makefile
+++ b/mail/ovs/Makefile
@@ -3,7 +3,7 @@
PORTNAME= ovs
PORTVERSION= 1.05
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= mail
MASTER_SITES= ftp://ftp.oav.net/openvisp/stats/ \
http://mirror.amdmi3.ru/distfiles/
@@ -11,11 +11,15 @@ MASTER_SITES= ftp://ftp.oav.net/openvisp/stats/ \
MAINTAINER= ports@FreeBSD.org
COMMENT= RRDtool frontend for mail statistics
+LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
+
RUN_DEPENDS= rrdtool>=0:${PORTSDIR}/databases/rrdtool \
p5-File-Tail>=0:${PORTSDIR}/devel/p5-File-Tail
NO_BUILD= yes
-USES= perl5
+USES= perl5 shebangfix
+SHEBANG_FILES= ovs.pl
CGIDIR?= ${PREFIX}/www/cgi-bin
DATADIR?= /var/db/ovs
diff --git a/mail/ovs/pkg-plist b/mail/ovs/pkg-plist
index ed0f5ab5f189..4cfc291da56a 100644
--- a/mail/ovs/pkg-plist
+++ b/mail/ovs/pkg-plist
@@ -1,9 +1,6 @@
%%CGIDIR%%/ovs.cgi
%%WWWROOT%%/ovs/ovs.css
sbin/ovs.pl
-@dirrmtry www/cgi-bin
-@dirrmtry www/data/ovs
-@dirrmtry www/data
@owner %%OVS_USER%%
@group %%OVS_GROUP%%
-@dirrmtry %%DATADIR%%
+@dir %%DATADIR%%