diff options
author | Cy Schubert <cy@FreeBSD.org> | 2015-10-20 01:07:11 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2015-10-20 01:07:11 +0000 |
commit | 08c2fb65789ae9653a8c083d1057d466032e1a1e (patch) | |
tree | ab95df2aa64915cd3c4f889ea56e9817311d4e12 | |
parent | 68652007f4f132b7acc16c36b1d2b5db25bd8431 (diff) | |
download | freebsd-ports-08c2fb65789ae9653a8c083d1057d466032e1a1e.zip |
Shebang fix update-leap.
-rw-r--r-- | net/ntp-devel/Makefile | 4 | ||||
-rw-r--r-- | net/ntp/Makefile | 5 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net/ntp-devel/Makefile b/net/ntp-devel/Makefile index 8010255d3612..1340ba4cd00e 100644 --- a/net/ntp-devel/Makefile +++ b/net/ntp-devel/Makefile @@ -3,6 +3,7 @@ PORTNAME= ntp PORTVERSION= 4.3.76 +PORTREVISION= 1 CATEGORIES= net ipv6 MASTER_SITES= http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-dev/ \ http://archive.ntp.org/ntp4/ntp-dev/ @@ -20,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" 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" |