aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2003-08-03 23:47:23 +0800
committerkrion <krion@FreeBSD.org>2003-08-03 23:47:23 +0800
commit86367c6120aa2a3aaff1e90bde483e1148c1de22 (patch)
treeedd3be7ce155d58dcd7a54ef231160c67ef9f675 /www
parent95c3d79bc22e9f05a6c0ed927419ad416e0cfaf6 (diff)
downloadfreebsd-ports-gnome-86367c6120aa2a3aaff1e90bde483e1148c1de22.tar.gz
freebsd-ports-gnome-86367c6120aa2a3aaff1e90bde483e1148c1de22.tar.zst
freebsd-ports-gnome-86367c6120aa2a3aaff1e90bde483e1148c1de22.zip
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)
Diffstat (limited to 'www')
-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: