diff options
author | asami <asami@FreeBSD.org> | 1997-03-11 19:42:22 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-03-11 19:42:22 +0800 |
commit | 10c0024f6c0915a2b13756a56af02987bcc66231 (patch) | |
tree | 5b1a88793f8067b5ca6a62ec336430f11a58bf5d /lang/expect/Makefile | |
parent | 0fa5e07e41906b9d5ac91b22a00ed02a0ce7c8b6 (diff) | |
download | freebsd-ports-gnome-10c0024f6c0915a2b13756a56af02987bcc66231.tar.gz freebsd-ports-gnome-10c0024f6c0915a2b13756a56af02987bcc66231.tar.zst freebsd-ports-gnome-10c0024f6c0915a2b13756a56af02987bcc66231.zip |
Upgrade to 5.22.0. Closes PR ports/2935.
Submitted by: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp>
Diffstat (limited to 'lang/expect/Makefile')
-rw-r--r-- | lang/expect/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lang/expect/Makefile b/lang/expect/Makefile index 5535d043669a..7fd3b1ac398f 100644 --- a/lang/expect/Makefile +++ b/lang/expect/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: expect -# Version required: 5.21.7 # Date created: 20 November 1994 # Whom: pst +# Version required: 5.22.0 # -# $Id: Makefile,v 1.16 1997/01/06 10:56:02 max Exp $ +# $Id: Makefile,v 1.17 1997/01/19 14:13:26 asami Exp $ # -DISTNAME= expect-5.21 -PKGNAME= expect-5.21.7 +DISTNAME= expect-5.22 +PKGNAME= expect-5.22.0 CATEGORIES= lang MASTER_SITES= http://expect.nist.gov/ \ ftp://expect.nist.gov/mel/div826/subject/expect/ @@ -28,6 +28,6 @@ test: @(cd ${WRKSRC}; make test) post-install: - /sbin/ldconfig -m ${PREFIX}/lib + ${LDCONFIG} -m ${PREFIX}/lib .include <bsd.port.mk> |