- Fix shebang
- Bump PORTREVISION for package change Approved by: portmgr (blanket)
This commit is contained in:
parent
79a10462f1
commit
a6decd448c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=391641
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= netdot
|
||||
PORTVERSION= 1.0.7
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net-mgmt
|
||||
MASTER_SITES= http://netdot.uoregon.edu/pub/dists/
|
||||
|
||||
@ -40,7 +41,7 @@ RUN_DEPENDS= p5-libapreq2>=0:${PORTSDIR}/www/p5-libapreq2 \
|
||||
rrdtool:${PORTSDIR}/databases/rrdtool \
|
||||
netdisco-mibs>=0:${PORTSDIR}/net-mgmt/netdisco-mibs
|
||||
|
||||
USES= gmake perl5
|
||||
USES= gmake perl5 shebangfix
|
||||
NO_BUILD= yes
|
||||
USE_MYSQL= yes
|
||||
|
||||
@ -51,6 +52,11 @@ SUB_LIST= WWWDIR="${WWWDIR}" \
|
||||
CHOWN="${CHOWN}" \
|
||||
CHMOD="${CHMOD}"
|
||||
|
||||
SHEBANG_FILES= bin/*.pl bin/initdb upgrade/upgrade-tasks
|
||||
SHEBANG_LANG= perl perl2
|
||||
perl2_OLD_CMD= <<Make:PERL>>
|
||||
perl2_CMD= ${LOCALBASE}/bin/perl
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
INSTALL_TARGET= install \
|
||||
|
Loading…
Reference in New Issue
Block a user