diff options
author | hubertf <hubertf@pkgsrc.org> | 1998-02-01 01:58:08 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1998-02-01 01:58:08 +0000 |
commit | ec44f387c52ab93d486bc7dcbac70e63e77cd782 (patch) | |
tree | 33fa2dd291e66ecf5630ac41fe04faf03616ee80 /lang/expect | |
parent | 3fe0acc080b4021deda605cfe01e3b08b63d9b6c (diff) | |
download | pkgsrc-ec44f387c52ab93d486bc7dcbac70e63e77cd782.tar.gz |
portlint: fix/add ldconfig
Diffstat (limited to 'lang/expect')
-rw-r--r-- | lang/expect/Makefile | 4 | ||||
-rw-r--r-- | lang/expect/pkg/PLIST | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/lang/expect/Makefile b/lang/expect/Makefile index 992db239e45..20eb6e27152 100644 --- a/lang/expect/Makefile +++ b/lang/expect/Makefile @@ -3,7 +3,7 @@ # Whom: pst # Version required: 5.25 # -# $NetBSD: Makefile,v 1.4 1998/01/30 13:57:19 agc Exp $ +# $NetBSD: Makefile,v 1.5 1998/02/01 01:58:08 hubertf Exp $ # FreeBSD Id: Makefile,v 1.29 1998/01/27 01:11:47 fenner Exp # @@ -39,6 +39,6 @@ test: @(cd ${WRKSRC}; make test) post-install: - ${LDCONFIG} -m ${PREFIX}/lib + ${LDCONFIG} -m ${PREFIX}/lib || /usr/bin/true .include <bsd.port.mk> diff --git a/lang/expect/pkg/PLIST b/lang/expect/pkg/PLIST index aa2b48a5333..4de3bb8cf8b 100644 --- a/lang/expect/pkg/PLIST +++ b/lang/expect/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 1998/01/27 18:03:26 agc Exp $ +@comment $NetBSD: PLIST,v 1.4 1998/02/01 01:58:10 hubertf Exp $ bin/autoexpect bin/autopasswd bin/cryptdir @@ -29,6 +29,8 @@ lib/expect5.25/pkgIndex.tcl lib/expect5.25/libexpect525.a lib/libexpect525.a lib/libexpect525.so.1.2 +@exec /sbin/ldconfig -m %B || /usr/bin/true +@unexec /sbin/ldconfig -m %B || /usr/bin/true man/man1/autoexpect.1.gz man/man1/cryptdir.1.gz man/man1/decryptdir.1.gz |