aboutsummaryrefslogtreecommitdiff
path: root/devel/libbegemot
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2005-11-19 06:02:20 +0000
committerAde Lovett <ade@FreeBSD.org>2005-11-19 06:02:20 +0000
commitc2d62ca97a8f44ae4862f4e3f50431f56d8deab3 (patch)
tree8e3e81ba2aa82baf12e4e895d0b5f6e973b24099 /devel/libbegemot
parent9630e7bef6c88f72dcdc4633b553eccf13141b3a (diff)
downloadports-c2d62ca97a8f44ae4862f4e3f50431f56d8deab3.tar.gz
ports-c2d62ca97a8f44ae4862f4e3f50431f56d8deab3.zip
Notes
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}