mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Shebang fix update-leap.
This commit is contained in:
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
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= ntp
|
PORTNAME= ntp
|
||||||
PORTVERSION= 4.3.76
|
PORTVERSION= 4.3.76
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= net ipv6
|
CATEGORIES= net ipv6
|
||||||
MASTER_SITES= http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-dev/ \
|
MASTER_SITES= http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-dev/ \
|
||||||
http://archive.ntp.org/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
|
LIB_DEPENDS= libevent.so:${PORTSDIR}/devel/libevent2
|
||||||
|
|
||||||
SHEBANG_FILES= scripts/ntptrace/ntptrace.in \
|
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@
|
perl_OLD_CMD= @PATH_PERL@
|
||||||
|
|
||||||
.include "Makefile.inc"
|
.include "Makefile.inc"
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= ntp
|
PORTNAME= ntp
|
||||||
PORTVERSION= 4.2.8p3
|
PORTVERSION= 4.2.8p3
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= net ipv6
|
CATEGORIES= net ipv6
|
||||||
MASTER_SITES= http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ \
|
MASTER_SITES= http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ \
|
||||||
http://archive.ntp.org/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
|
LIB_DEPENDS= libevent.so:${PORTSDIR}/devel/libevent2
|
||||||
|
|
||||||
SHEBANG_FILES= scripts/ntptrace/ntptrace.in \
|
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@
|
perl_OLD_CMD= @PATH_PERL@
|
||||||
|
|
||||||
.include "Makefile.inc"
|
.include "Makefile.inc"
|
||||||
|
|
Loading…
Add table
Reference in a new issue