aboutsummaryrefslogtreecommitdiff
path: root/devel/libbegemot
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libbegemot')
-rw-r--r--devel/libbegemot/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/libbegemot/Makefile b/devel/libbegemot/Makefile
index 395870c5fa10..8a54865f021b 100644
--- a/devel/libbegemot/Makefile
+++ b/devel/libbegemot/Makefile
@@ -24,10 +24,9 @@ MAN1= cstrc.1 frame.1 getfields.1 intro.1 panic.1 prstat.1 readline.1 \
rpoll.1 strnchr.1 strnlen.1 strsave.1 strtrimsp.1 verb.1 xalloc.1
MLINKS= xalloc.1 xrealloc.1
-run-autotools:
- @(cd ${CONFIGURE_WRKSRC} && ${PREFIX}/bin/aclocal19 \
- -I ${PREFIX}/share/libtool15/libltdl/ )
- @(cd ${CONFIGURE_WRKSRC} && ${PREFIX}/bin/autoconf259 )
+run-autotools::
+ @(cd ${CONFIGURE_WRKSRC} && ${ACLOCAL} -I ${LIBTOOL_SHAREDIR}/libltdl/)
+ @(cd ${CONFIGURE_WRKSRC} && ${AUTOCONF})
post-install:
.for i in ${MAN1}