summaryrefslogtreecommitdiff
path: root/www/tidy-devel/Makefile
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2004-04-19 01:37:12 +0000
committerAde Lovett <ade@FreeBSD.org>2004-04-19 01:37:12 +0000
commit08b6cdcb5e94e06df62cf2c3f94a9b56243cb722 (patch)
tree3f774b691c85dca8c9c9c6d0e1e5a8a04163f16f /www/tidy-devel/Makefile
parentAs detected by fenner's survey, the OGI FTP site is not working properly. (diff)
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/Makefile')
-rw-r--r--www/tidy-devel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/tidy-devel/Makefile b/www/tidy-devel/Makefile
index f58576ae70d8..e9fabab685f6 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 \