1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00

Shebang fix update-leap.

This commit is contained in:
Cy Schubert 2015-10-20 01:07:11 +00:00
parent 68652007f4
commit 08c2fb6578
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=399797
2 changed files with 6 additions and 3 deletions

View File

@ -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"

View File

@ -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"