diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-09-09 05:44:58 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-09-09 05:44:58 +0000 |
commit | cb15f1506e4b8417f4c2b8ce3a931878cc41d8a0 (patch) | |
tree | c24fb0b20d8a318c7a1e61927024b3c2519618b9 /mail/ovs/Makefile | |
parent | 3241160ea2d597c84591e0d541f5fe04dcdba6a7 (diff) | |
download | ports-cb15f1506e4b8417f4c2b8ce3a931878cc41d8a0.tar.gz ports-cb15f1506e4b8417f4c2b8ce3a931878cc41d8a0.zip |
Notes
Diffstat (limited to 'mail/ovs/Makefile')
-rw-r--r-- | mail/ovs/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/ovs/Makefile b/mail/ovs/Makefile index 5b0560134d65..cae25e414cfb 100644 --- a/mail/ovs/Makefile +++ b/mail/ovs/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ovs -PORTVERSION= 1.00 +PORTVERSION= 1.01 CATEGORIES= mail MASTER_SITES= ftp://ftp.oav.net/openvisp/stats/ @@ -43,10 +43,12 @@ post-patch: do-install: @${MKDIR} ${PREFIX}/www/cgi-bin + @${MKDIR} ${PREFIX}/www/data/ovs @${MKDIR} ${DATADIR} @${CHOWN} -R ${OVS_USER}:${OVS_GROUP} ${DATADIR} @${INSTALL_SCRIPT} ${WRKSRC}/ovs.pl ${PREFIX}/sbin @${INSTALL_SCRIPT} ${WRKSRC}/ovs.cgi ${PREFIX}/www/cgi-bin + @${INSTALL_SCRIPT} ${WRKSRC}/ovs.css ${PREFIX}/www/data/ovs .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} for f in ${DOCS}; do \ |