diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-10 17:44:23 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-10 17:44:23 +0000 |
commit | c6094d71628e13e8d2be91295e58a09705ac3ada (patch) | |
tree | d98104f621db842b611d2cc8c9b72346ba8b9f29 /net-mgmt/nedi | |
parent | ee7a411a4e4f30695748b96fe6ef7277fea8c815 (diff) | |
download | ports-c6094d71628e13e8d2be91295e58a09705ac3ada.tar.gz ports-c6094d71628e13e8d2be91295e58a09705ac3ada.zip |
Notes
Diffstat (limited to 'net-mgmt/nedi')
-rw-r--r-- | net-mgmt/nedi/Makefile | 5 | ||||
-rw-r--r-- | net-mgmt/nedi/pkg-plist | 20 |
2 files changed, 5 insertions, 20 deletions
diff --git a/net-mgmt/nedi/Makefile b/net-mgmt/nedi/Makefile index ea0f7210e120..3bd8bed2e6b6 100644 --- a/net-mgmt/nedi/Makefile +++ b/net-mgmt/nedi/Makefile @@ -3,7 +3,7 @@ PORTNAME= nedi DISTVERSION= 1.0.w -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-mgmt MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/w @@ -18,9 +18,10 @@ RUN_DEPENDS= p5-Net-SNMP>=0:${PORTSDIR}/net-mgmt/p5-Net-SNMP \ p5-DBI>=0:${PORTSDIR}/databases/p5-DBI USES= perl5 shebangfix tar:tgz -SHEBANG_FILES= *.pl +SHEBANG_FILES= *.pl html/inc/Devsend.pl WRKSRC= ${WRKDIR}/${PORTNAME} NO_BUILD= yes +NO_ARCH= yes USE_PHP= session snmp mysql WANT_PHP_WEB= yes diff --git a/net-mgmt/nedi/pkg-plist b/net-mgmt/nedi/pkg-plist index 02e096696ed4..1d64e392fc7a 100644 --- a/net-mgmt/nedi/pkg-plist +++ b/net-mgmt/nedi/pkg-plist @@ -777,21 +777,5 @@ %%WWWDIR%%/sysobj/1.3.6.1.4.1.9.5.59.def %%WWWDIR%%/sysobj/other.def %%WWWDIR%%/trap.pl -@dirrmtry %%WWWDIR%%/contrib -@dirrmtry %%WWWDIR%%/html/img/16 -@dirrmtry %%WWWDIR%%/html/img/32 -@dirrmtry %%WWWDIR%%/html/img/dev -@dirrmtry %%WWWDIR%%/html/img/oui -@dirrmtry %%WWWDIR%%/html/img/smiles -@dirrmtry %%WWWDIR%%/html/img -@dirrmtry %%WWWDIR%%/html/inc/ThemeN -@dirrmtry %%WWWDIR%%/html/inc -@dirrmtry %%WWWDIR%%/html/log -@dirrmtry %%WWWDIR%%/html/test -@dirrmtry %%WWWDIR%%/html -@dirrmtry %%WWWDIR%%/inc -@dirrmtry %%WWWDIR%%/rrd -@dirrmtry %%WWWDIR%%/sysobj -@dirrmtry %%WWWDIR%% -@exec install -d -o %%WWWOWN%% -g %%WWWGRP%% %D/%%WWWDIR%%/rrd -@exec install -d -o %%WWWOWN%% -g %%WWWGRP%% %D/%%WWWDIR%%/html/log +@dir(%%WWWOWN%%,%%WWWGRP%%) %%WWWDIR%%/rrd +@dir(%%WWWOWN%%,%%WWWGRP%%) %%WWWDIR%%/html/log |