diff options
author | jedgar <jedgar@FreeBSD.org> | 2000-01-07 08:09:18 +0800 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 2000-01-07 08:09:18 +0800 |
commit | a9bcc585752f2f47cdd1b16cc1246d755392d1b2 (patch) | |
tree | fb50fe29832cd1f4fa47bda587936edcd3d7f330 /lang | |
parent | b16a848f049dc9657132390554ea7a4ed5e0ff0e (diff) | |
download | freebsd-ports-gnome-a9bcc585752f2f47cdd1b16cc1246d755392d1b2.tar.gz freebsd-ports-gnome-a9bcc585752f2f47cdd1b16cc1246d755392d1b2.tar.zst freebsd-ports-gnome-a9bcc585752f2f47cdd1b16cc1246d755392d1b2.zip |
Fix configure under 3.x when autoconf is not installed
Found by: bento
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 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 |