diff options
author | Cy Schubert <cy@FreeBSD.org> | 2011-11-27 21:56:18 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2011-11-27 21:56:18 +0000 |
commit | 71289444c9ffc8d3c3e123b72165621e55316a5e (patch) | |
tree | 01844e5952ece05dda3ce0ccde493e314c1e0f87 /net/ntp-rc | |
parent | 96b6c146f2637bcd1a293653a2a011ea82774617 (diff) |
Notes
Diffstat (limited to 'net/ntp-rc')
-rw-r--r-- | net/ntp-rc/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/net/ntp-rc/Makefile b/net/ntp-rc/Makefile index 9316610c8437..1b72e673a6ed 100644 --- a/net/ntp-rc/Makefile +++ b/net/ntp-rc/Makefile @@ -7,7 +7,7 @@ PORTNAME= ntp PORTVERSION?= 4.2.6p5.r1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net ipv6 MASTER_SITES= ftp://ftp.udel.edu/pub/ntp/ntp4/ \ http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ \ @@ -62,9 +62,6 @@ CONFIGURE_ARGS+= --enable-${D} .endif .endfor -pre-configure: - @cd ${WRKSRC} && ./bootstrap - post-install: @${MKDIR} ${EXAMPLESDIR} @${INSTALL_DATA} ${WRKSRC}/conf/* ${EXAMPLESDIR} |