diff options
-rw-r--r-- | net/ntp/Makefile | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/net/ntp/Makefile b/net/ntp/Makefile index 5b8da1afceb2..1c64a4145d41 100644 --- a/net/ntp/Makefile +++ b/net/ntp/Makefile @@ -3,7 +3,7 @@ PORTNAME= ntp PORTVERSION?= 4.2.6p5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net ipv6 MASTER_SITES= ftp://ftp.udel.edu/pub/ntp/ntp4/ \ http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ \ @@ -17,15 +17,11 @@ COMMENT= The Network Time Protocol Distribution FORBIDDEN= CVE-2013-5211 / VU#348126 LATEST_LINK= ${PORTNAME} +USES= libtool shebangfix +SHEBANG_FILES= ${WRKSRC}/scripts/ntptrace.in ${WRKSRC}/scripts/ntp-wait.in +perl_OLD_CMD= @PATH_PERL@ GNU_CONFIGURE= yes -USE_AUTOTOOLS= automake libtool - -MAN1= sntp.1 \ - ntpd.1 \ - ntpdc.1 \ - ntpq.1 \ - ntpsnmpd.1 \ - ntp-keygen.1 \ +USE_AUTOTOOLS= automake .include "Makefile.inc" |