diff options
Diffstat (limited to 'sysutils/cronolog/Makefile')
-rw-r--r-- | sysutils/cronolog/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/cronolog/Makefile b/sysutils/cronolog/Makefile index abe4c484c6ab..27e6bc61d16b 100644 --- a/sysutils/cronolog/Makefile +++ b/sysutils/cronolog/Makefile @@ -18,8 +18,6 @@ INFO= cronolog MAN1= cronolog.1m cronosplit.1m GNU_CONFIGURE= yes -USE_AUTOTOOLS= automake:19 aclocal:19 autoconf:262 -AUTOMAKE_ARGS+= --add-missing OPTIONS= SETUID_PATCH "Build with setuid functionality" On @@ -37,6 +35,7 @@ USE_DOS2UNIX= ../cronolog-setugid-patch.txt post-extract: @${CP} ${DISTDIR}/cronolog-setugid-patch.txt ${WRKDIR}/ + @cd ${WRKSRC} && ${TOUCH} aclocal.m4 Makefile.in */Makefile.in .endif .include <bsd.port.post.mk> |