diff options
author | steve <steve@FreeBSD.org> | 1998-10-10 04:07:07 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-10-10 04:07:07 +0000 |
commit | a576869b4b17f737fdaa12bf869e95c9fa007d1c (patch) | |
tree | e6b77fa640af1fdbb00cf10c0d677446b9689dc7 /lang/expect/Makefile | |
parent | 4fe4e0ad36a5dd1db2a93f9d251d213045fc60de (diff) | |
download | FreeBSD-ports-a576869b4b17f737fdaa12bf869e95c9fa007d1c.zip FreeBSD-ports-a576869b4b17f737fdaa12bf869e95c9fa007d1c.tar.gz |
Update to version 5.28.
PR: 8173
Submitted by: Brain Handy <handy@physics.montana.edu>
Diffstat (limited to 'lang/expect/Makefile')
-rw-r--r-- | lang/expect/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lang/expect/Makefile b/lang/expect/Makefile index da08e3b..87a39bc 100644 --- a/lang/expect/Makefile +++ b/lang/expect/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: expect # Date created: 20 November 1994 # Whom: pst -# Version required: 5.26 +# Version required: 5.28 # -# $Id: Makefile,v 1.35 1998/09/25 10:05:08 asami Exp $ +# $Id: Makefile,v 1.36 1998/10/05 05:02:28 steve Exp $ # # Note this file is included from japanese/expect/Makefile -DISTNAME= expect-5.26 +DISTNAME= expect-5.28 CATEGORIES= lang tcl80 tk80 MASTER_SITES= ftp://peloton.physics.montana.edu/pub/distfiles/ @@ -29,13 +29,13 @@ MAN3= libexpect.3 .endif post-install: - ${LN} -sf ${SOLIB} ${PREFIX}/lib/libexpect526.so + ${LN} -sf ${SOLIB} ${PREFIX}/lib/libexpect528.so ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib .include <bsd.port.mk> .if ${PORTOBJFORMAT} == "elf" -SOLIB= libexpect526.so.1 +SOLIB= libexpect528.so.1 .else -SOLIB= libexpect526.so.1.2 +SOLIB= libexpect528.so.1.2 .endif |