mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
- Fix shebangs
- Modernize plist MFH: 2015Q2
This commit is contained in:
parent
ee7a411a4e
commit
c6094d7162
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=389114
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user