diff options
Diffstat (limited to 'net/ntp/Makefile')
-rw-r--r-- | net/ntp/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/ntp/Makefile b/net/ntp/Makefile index d7a667f458c8..2041f2f28bbd 100644 --- a/net/ntp/Makefile +++ b/net/ntp/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= ntp -PORTVERSION= 4.2.8 -PORTREVISION= 3 +PORTVERSION= 4.2.8p1 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/ \ @@ -47,7 +46,7 @@ CONFIGURE_ARGS+= --enable-${D} .endif .endfor -DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}4 +DOCSDIR= ${PREFIX}/share/doc/${PORTNAME} # XXX Temporary hack. Remember to remove this next commit. post-extract: |