diff options
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} |