diff options
author | Johan van Selst <johans@FreeBSD.org> | 2010-05-13 18:47:13 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2010-05-13 18:47:13 +0000 |
commit | 213391a03bad84588a85e16ca9b15e40943234ba (patch) | |
tree | c247ca7a9b915388ddc77be44c8b653bae1e2c99 /sysutils | |
parent | c0269d467ad853741a94f1245347d9e989ba2bd3 (diff) | |
download | ports-213391a03bad84588a85e16ca9b15e40943234ba.tar.gz ports-213391a03bad84588a85e16ca9b15e40943234ba.zip |
Notes
Diffstat (limited to 'sysutils')
-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> |