aboutsummaryrefslogtreecommitdiff
path: root/www/tidy-devel/Makefile
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-08-02 14:35:39 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-08-02 14:35:39 +0000
commit85be72c26fc6adc77525e59162be380ccdfcad3e (patch)
treee49649cf5bb2af7b513f7d954281b546f57eb4e6 /www/tidy-devel/Makefile
parente45d32517e833fc84061ad5d6f0428c544a98b02 (diff)
downloadports-85be72c26fc6adc77525e59162be380ccdfcad3e.tar.gz
ports-85be72c26fc6adc77525e59162be380ccdfcad3e.zip
Notes
Diffstat (limited to 'www/tidy-devel/Makefile')
-rw-r--r--www/tidy-devel/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/www/tidy-devel/Makefile b/www/tidy-devel/Makefile
index eccaf54aee5c..c9745ea3b274 100644
--- a/www/tidy-devel/Makefile
+++ b/www/tidy-devel/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME?= tidy
-PORTVERSION= 030716
+PORTVERSION= 030801
CATEGORIES= www
MASTER_SITES= http://tidy.sourceforge.net/src/%SUBDIR%/ \
http://tidy.sourceforge.net/docs/:docs
@@ -55,9 +55,15 @@ post-patch:
@${CP} ${WRKSRC}/build/gmake/Makefile ${WRKSRC}
.else
@${CP} -R -f ${WRKSRC}/build/gnuauto/* ${WRKSRC}
+.endif
+
+configure-message:
+# Ugly hack to insert libtoolize + aclocal after build-depends and before patch-libtool
+.if defined(WITH_SHLIB)
(cd ${WRKSRC} \
&& ${LIBTOOLIZE} --force --copy \
&& ${ACLOCAL})
+ @${ECHO_MSG} "===> Configuring for ${PKGNAME}"
.endif
pre-install: