diff options
author | cy <cy@FreeBSD.org> | 2011-11-28 05:56:18 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2011-11-28 05:56:18 +0800 |
commit | 9283086c0123f9157deac7ca22cc5301f5314861 (patch) | |
tree | d14d817283ae27e5ed330be59591a36305ed1b89 /net/ntp | |
parent | 0c1c28fb25df335fda60c0b612aba9ad31aab367 (diff) | |
download | freebsd-ports-gnome-9283086c0123f9157deac7ca22cc5301f5314861.tar.gz freebsd-ports-gnome-9283086c0123f9157deac7ca22cc5301f5314861.tar.zst freebsd-ports-gnome-9283086c0123f9157deac7ca22cc5301f5314861.zip |
Bootstrap config is no logner required. Revert bootstrap config that was
required for 4.2.6p1-RC1.
Feature safe: yes
Diffstat (limited to 'net/ntp')
-rw-r--r-- | net/ntp/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/net/ntp/Makefile b/net/ntp/Makefile index fe28885925bd..68046ac54345 100644 --- a/net/ntp/Makefile +++ b/net/ntp/Makefile @@ -7,7 +7,7 @@ PORTNAME= ntp PORTVERSION?= 4.2.6p4 -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/ \ @@ -62,9 +62,6 @@ CONFIGURE_ARGS+= --enable-${D} .endif .endfor -pre-configure: - @cd ${WRKSRC} && ./bootstrap - post-install: @${MKDIR} ${EXAMPLESDIR} @${INSTALL_DATA} ${WRKSRC}/conf/* ${EXAMPLESDIR} |