summaryrefslogtreecommitdiff
path: root/www/tidy-devel
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-08-03 15:47:23 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-08-03 15:47:23 +0000
commit40c35d281e7d430535a6fd9ef7cbfd7a47957ca9 (patch)
treeaa0310561d88e6dcc4dc5018cf200f752ec16e17 /www/tidy-devel
parentChange Stefan's emailadress to one that doesn't bounce emails from (diff)
Don't use configure-message target.
Move libtoolize and aclocal issues to post-patch. Unbreak INDEX Submitted by: Mathieu Arnold Approved by: fjoe (mentor) (implicit)
Notes
Notes: svn path=/head/; revision=86231
Diffstat (limited to 'www/tidy-devel')
-rw-r--r--www/tidy-devel/Makefile14
1 files changed, 4 insertions, 10 deletions
diff --git a/www/tidy-devel/Makefile b/www/tidy-devel/Makefile
index c9745ea3b274..2b451db5b071 100644
--- a/www/tidy-devel/Makefile
+++ b/www/tidy-devel/Makefile
@@ -28,7 +28,7 @@ PLIST_SUB= SHLIB="@comment "
USE_AUTOMAKE_VER= 15
AUTOMAKE_ARGS+= -a -c --foreign
USE_AUTOCONF= yes
-CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
+CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
PLIST_SUB= SHLIB=""
@@ -55,15 +55,9 @@ 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}"
+ (cd ${WRKSRC} \
+ && ${LIBTOOLIZE} --force --copy \
+ && ${ACLOCAL})
.endif
pre-install: