aboutsummaryrefslogtreecommitdiff
path: root/net/ntp
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2015-10-20 01:07:11 +0000
committerCy Schubert <cy@FreeBSD.org>2015-10-20 01:07:11 +0000
commit08c2fb65789ae9653a8c083d1057d466032e1a1e (patch)
treeab95df2aa64915cd3c4f889ea56e9817311d4e12 /net/ntp
parent68652007f4f132b7acc16c36b1d2b5db25bd8431 (diff)
downloadports-08c2fb65789ae9653a8c083d1057d466032e1a1e.tar.gz
ports-08c2fb65789ae9653a8c083d1057d466032e1a1e.zip
Shebang fix update-leap.
Notes
Notes: svn path=/head/; revision=399797
Diffstat (limited to 'net/ntp')
-rw-r--r--net/ntp/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/ntp/Makefile b/net/ntp/Makefile
index 61a6b4a7809f..6e38a7b8fadf 100644
--- a/net/ntp/Makefile
+++ b/net/ntp/Makefile
@@ -3,7 +3,7 @@
PORTNAME= ntp
PORTVERSION= 4.2.8p3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net ipv6
MASTER_SITES= http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ \
http://archive.ntp.org/ntp4/ntp-4.2/ \
@@ -21,7 +21,8 @@ USES= cpe pathfix shebangfix libedit libtool pkgconfig
LIB_DEPENDS= libevent.so:${PORTSDIR}/devel/libevent2
SHEBANG_FILES= scripts/ntptrace/ntptrace.in \
- scripts/ntp-wait/ntp-wait.in
+ scripts/ntp-wait/ntp-wait.in \
+ scripts/update-leap/update-leap.in
perl_OLD_CMD= @PATH_PERL@
.include "Makefile.inc"