diff options
author | Ade Lovett <ade@FreeBSD.org> | 2012-05-11 20:38:09 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2012-05-11 20:38:09 +0000 |
commit | 6d726b6c09094afd97f1528cfff8b27850279b0d (patch) | |
tree | ef9d4da0741b49a6a207e85f9ad78b89c296fdf5 /net/ntp | |
parent | 9b4e4e3b2292946bd774693494465751f44fca20 (diff) | |
download | ports-6d726b6c09094afd97f1528cfff8b27850279b0d.tar.gz ports-6d726b6c09094afd97f1528cfff8b27850279b0d.zip |
Notes
Diffstat (limited to 'net/ntp')
-rw-r--r-- | net/ntp/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/net/ntp/Makefile b/net/ntp/Makefile index 2d83f816b3cb..b4e038bbd9f1 100644 --- a/net/ntp/Makefile +++ b/net/ntp/Makefile @@ -61,6 +61,12 @@ CONFIGURE_ARGS+= --enable-${D} .endif .endfor +AUTOTOOLSFILES= aclocal.m4 + +post-patch: + @${REINPLACE_CMD} -e 's|1.11.1|%%AUTOMAKE_APIVER%%|g' \ + ${WRKSRC}/aclocal.m4 + post-install: @${MKDIR} ${EXAMPLESDIR} @${INSTALL_DATA} ${WRKSRC}/conf/* ${EXAMPLESDIR} |