svn commit: r391641 - head/net-mgmt/netdot
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Jul 9 15:43:42 UTC 2015
Author: sunpoet
Date: Thu Jul 9 15:43:41 2015
New Revision: 391641
URL: https://svnweb.freebsd.org/changeset/ports/391641
Log:
- Fix shebang
- Bump PORTREVISION for package change
Approved by: portmgr (blanket)
Modified:
head/net-mgmt/netdot/Makefile
Modified: head/net-mgmt/netdot/Makefile
==============================================================================
--- head/net-mgmt/netdot/Makefile Thu Jul 9 15:43:37 2015 (r391640)
+++ head/net-mgmt/netdot/Makefile Thu Jul 9 15:43:41 2015 (r391641)
@@ -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}
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 \
More information about the svn-ports-all
mailing list