aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-07-14 02:47:49 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-07-14 02:47:49 +0800
commit3a85dd0d4415ae70903b345ecdc7d5ebb0ccd122 (patch)
tree4bc2277e22fc9d85ba7757493dac59fbe9be9d1e /databases
parent75ed00b829e911dbb966c8cceb4da09cde96d920 (diff)
downloadfreebsd-ports-gnome-3a85dd0d4415ae70903b345ecdc7d5ebb0ccd122.tar.gz
freebsd-ports-gnome-3a85dd0d4415ae70903b345ecdc7d5ebb0ccd122.tar.zst
freebsd-ports-gnome-3a85dd0d4415ae70903b345ecdc7d5ebb0ccd122.zip
- Fix shebangs
Approved by: portmgr blanket MFH: 2015Q3
Diffstat (limited to 'databases')
-rw-r--r--databases/rrdtool/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/rrdtool/Makefile b/databases/rrdtool/Makefile
index 18e0b0361be5..7c20b18098bb 100644
--- a/databases/rrdtool/Makefile
+++ b/databases/rrdtool/Makefile
@@ -3,7 +3,7 @@
PORTNAME= rrdtool
PORTVERSION= 1.4.8
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= databases graphics
MASTER_SITES= http://oss.oetiker.ch/rrdtool/pub/
@@ -17,7 +17,8 @@ CONFLICTS= rrdtool10-* rrdtool12-*
USE_RC_SUBR= rrdcached
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
-USES= gmake libtool pathfix pkgconfig
+USES= gmake libtool pathfix pkgconfig shebangfix
+SHEBANG_FILES= examples/rrdcached/rrdcached-size.pl
USE_GNOME= glib20 libxml2
INSTALL_TARGET= install-strip