diff options
author | ade <ade@FreeBSD.org> | 2004-04-19 09:37:12 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2004-04-19 09:37:12 +0800 |
commit | 88d7386b85a9dd34a16a07ac48953937233bb076 (patch) | |
tree | ed78bb89ecfa615dec92b5644684fe827fba5eae /www/tidy-devel | |
parent | 331b2b5ecbcc6b8cd79fa047bcccde07cc07e8cf (diff) | |
download | freebsd-ports-graphics-88d7386b85a9dd34a16a07ac48953937233bb076.tar.gz freebsd-ports-graphics-88d7386b85a9dd34a16a07ac48953937233bb076.tar.zst freebsd-ports-graphics-88d7386b85a9dd34a16a07ac48953937233bb076.zip |
Introduce bsd.autotools.mk to the world, ripped from bsd.port.mk
This is essentially a null-commit, with the one exception that
the "patch-libtool" target is now called "patch-autotools" for
consistency with "run-autotools".
Many thanks to kris for testing on the 4-exp bento cluster
Approved by: portmgr (kris)
Verified by: bento 4-exp
Diffstat (limited to 'www/tidy-devel')
-rw-r--r-- | www/tidy-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/tidy-devel/Makefile b/www/tidy-devel/Makefile index f58576ae70d..e9fabab685f 100644 --- a/www/tidy-devel/Makefile +++ b/www/tidy-devel/Makefile @@ -57,7 +57,7 @@ post-patch: @${CP} -R -f ${WRKSRC}/build/gnuauto/* ${WRKSRC} .endif -patch-libtool: +patch-autotools: .if defined(WITH_SHLIB) @(cd ${WRKSRC} \ && ${LIBTOOLIZE} --force --copy \ |