aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcy <cy@FreeBSD.org>2010-01-03 14:52:23 +0800
committercy <cy@FreeBSD.org>2010-01-03 14:52:23 +0800
commit542eaa8b740f8f75014f0fd8413aa20d467fbe5a (patch)
treeff4598ef8da12e87f7e6c138125d9461f53cfbef
parent06e41dde1bc96fd26ff9b54d3356411777d69e75 (diff)
downloadfreebsd-ports-gnome-542eaa8b740f8f75014f0fd8413aa20d467fbe5a.tar.gz
freebsd-ports-gnome-542eaa8b740f8f75014f0fd8413aa20d467fbe5a.tar.zst
freebsd-ports-gnome-542eaa8b740f8f75014f0fd8413aa20d467fbe5a.zip
This port requires automake 1.11 whereas the ports collecton only supports
automake 1.10. Run the ntp bootstrap script to rebuild the configure script.
-rw-r--r--net/ntp-devel/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/net/ntp-devel/Makefile b/net/ntp-devel/Makefile
index e9e840138127..00031759710f 100644
--- a/net/ntp-devel/Makefile
+++ b/net/ntp-devel/Makefile
@@ -61,6 +61,9 @@ PLIST_SUB+= NETSNMP=""
PLIST_SUB+= NETSNMP="@comment "
.endif
+pre-configure:
+ @cd ${WRKSRC} && ./bootstrap
+
post-install:
@${MKDIR} ${EXAMPLESDIR}
@${INSTALL_DATA} ${WRKSRC}/conf/* ${EXAMPLESDIR}