diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-02-21 21:54:30 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-02-21 21:54:30 +0000 |
commit | be05ad8a583f274d434fa2cee52edd5bd07662a0 (patch) | |
tree | d36e62a77813459d7f3d6dd4af9c62250869dbed /lang/expect/Makefile | |
parent | af67eb750c11c418a3e62aedad5d45e08f1a6a9b (diff) |
Notes
Diffstat (limited to 'lang/expect/Makefile')
-rw-r--r-- | lang/expect/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lang/expect/Makefile b/lang/expect/Makefile index eaab990b2c1c..eb1e2dd5a1c1 100644 --- a/lang/expect/Makefile +++ b/lang/expect/Makefile @@ -28,9 +28,6 @@ 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 |