aboutsummaryrefslogtreecommitdiff
path: root/devel/libassa
diff options
context:
space:
mode:
authorSam Lawrance <lawrance@FreeBSD.org>2005-06-03 00:39:11 +0000
committerSam Lawrance <lawrance@FreeBSD.org>2005-06-03 00:39:11 +0000
commit7af04e3b308ea4fb006156c3a375d27f6d1a4be4 (patch)
treede548b7be5cd2fcd67e1e57ea48b9c6b3e308923 /devel/libassa
parentb5e0eff0da5f2a4c14fe2628031cdf710e4100dc (diff)
downloadports-7af04e3b308ea4fb006156c3a375d27f6d1a4be4.tar.gz
ports-7af04e3b308ea4fb006156c3a375d27f6d1a4be4.zip
Don't attempt to use libtool before it is installed.
Reported by: kris Noodlebrain: me
Notes
Notes: svn path=/head/; revision=136695
Diffstat (limited to 'devel/libassa')
-rw-r--r--devel/libassa/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/libassa/Makefile b/devel/libassa/Makefile
index b9be90a365b2..d1c1dd0dbd13 100644
--- a/devel/libassa/Makefile
+++ b/devel/libassa/Makefile
@@ -22,7 +22,9 @@ CONFIGURE_ARGS= --disable-html-docs --disable-static
INSTALLS_SHLIB= yes
post-patch:
- @${CP} ${LTMAIN} ${WRKSRC}
@${REINPLACE_CMD} -e '/^SUBDIRS/s: doc : :g' ${WRKSRC}/Makefile.in
+pre-configure:
+ @${CP} ${LTMAIN} ${WRKSRC}
+
.include <bsd.port.mk>