aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/licq-qt-gui
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2001-12-20 21:32:42 +0800
committerlioux <lioux@FreeBSD.org>2001-12-20 21:32:42 +0800
commit8e1ca45d909404c95ccccfbe383aacbb3dd8f4a4 (patch)
treef931f019ed74bc40ed5f099d1ff3c0f05299b4e8 /net-im/licq-qt-gui
parenta4d34d15a18c77ce64caaa6fdeb7206060ba04c4 (diff)
downloadfreebsd-ports-gnome-8e1ca45d909404c95ccccfbe383aacbb3dd8f4a4.tar.gz
freebsd-ports-gnome-8e1ca45d909404c95ccccfbe383aacbb3dd8f4a4.tar.zst
freebsd-ports-gnome-8e1ca45d909404c95ccccfbe383aacbb3dd8f4a4.zip
autotools police: don't hardcode aclocal, use variable ACLOCAL
Diffstat (limited to 'net-im/licq-qt-gui')
-rw-r--r--net-im/licq-qt-gui/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/licq-qt-gui/Makefile b/net-im/licq-qt-gui/Makefile
index 60b424cf6d5e..24bca022a96c 100644
--- a/net-im/licq-qt-gui/Makefile
+++ b/net-im/licq-qt-gui/Makefile
@@ -26,7 +26,7 @@ post-patch:
${WRKSRC}/src/Makefile.in
pre-configure:
- @(cd ${WRKSRC} && ${LOCALBASE}/bin/aclocal)
+ @(cd ${WRKSRC} && ${ACLOCAL})
post-configure:
@(cd ${WRKSRC} && ${PERL5} am_edit)