diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-08-14 09:35:32 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-08-14 09:35:32 +0000 |
commit | 9c984d1d35a6fb3e93fb06069b8c1d45c9a4e90a (patch) | |
tree | ca9b39d85a2c8e944f04dee149f1f53dff631370 /lang | |
parent | 8b4cbcf502df90be9acf5124c518c9f91e05c871 (diff) | |
download | ports-9c984d1d35a6fb3e93fb06069b8c1d45c9a4e90a.tar.gz ports-9c984d1d35a6fb3e93fb06069b8c1d45c9a4e90a.zip |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/expect/Makefile | 3 |
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 |