aboutsummaryrefslogtreecommitdiff
path: root/lang/expect
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2004-08-14 09:35:32 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2004-08-14 09:35:32 +0000
commit9c984d1d35a6fb3e93fb06069b8c1d45c9a4e90a (patch)
treeca9b39d85a2c8e944f04dee149f1f53dff631370 /lang/expect
parent8b4cbcf502df90be9acf5124c518c9f91e05c871 (diff)
downloadports-9c984d1d35a6fb3e93fb06069b8c1d45c9a4e90a.tar.gz
ports-9c984d1d35a6fb3e93fb06069b8c1d45c9a4e90a.zip
Touch configure, because Makefile.in is patched after configure (patch-ac vs
patch-aa), which confuses configure Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=116187
Diffstat (limited to 'lang/expect')
-rw-r--r--lang/expect/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/expect/Makefile b/lang/expect/Makefile
index 98ec03e3e1dd..e704e4c960f2 100644
--- a/lang/expect/Makefile
+++ b/lang/expect/Makefile
@@ -54,6 +54,9 @@ MAN1+= expectk.1
MAN3= libexpect.3
.endif
+post-patch:
+ ${TOUCH} ${WRKSRC}/configure
+
post-install:
${LN} -sf libexpect${LIBEXPECT_VER}.so.1 \
${PREFIX}/lib/libexpect${LIBEXPECT_VER}.so