summaryrefslogtreecommitdiff
path: root/lang/expect/Makefile
diff options
context:
space:
mode:
authorChris D. Faulhaber <jedgar@FreeBSD.org>2000-01-07 00:09:18 +0000
committerChris D. Faulhaber <jedgar@FreeBSD.org>2000-01-07 00:09:18 +0000
commit99a03ff051950f0760fcb419d8801f5d6451d229 (patch)
treef1f653adf42c3f9e1b8043c1c27d50736ea58600 /lang/expect/Makefile
parentforgot cvs add for new patch (diff)
Fix configure under 3.x when autoconf is not installed
Found by: bento
Notes
Notes: svn path=/head/; revision=24492
Diffstat (limited to 'lang/expect/Makefile')
-rw-r--r--lang/expect/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/expect/Makefile b/lang/expect/Makefile
index cfa3fb596586..d24f295bf124 100644
--- a/lang/expect/Makefile
+++ b/lang/expect/Makefile
@@ -28,6 +28,9 @@ MAN1= autoexpect.1 cryptdir.1 decryptdir.1 dislocate.1 \
MAN3= libexpect.3
.endif
+pre-configure:
+ ${TOUCH} ${WRKSRC}/configure
+
post-install:
${LN} -sf libexpect531.so.1 ${PREFIX}/lib/libexpect531.so
${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib