diff options
author | hubertf <hubertf> | 1998-03-18 00:19:39 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1998-03-18 00:19:39 +0000 |
commit | 6503be05bb042c6997a311b16f50b49c9e6cf191 (patch) | |
tree | deb77a5d5ac30e873ac9afed4e78ffe7d9a28be2 /comms/pilot-link | |
parent | 3cf5f580adb80e508375be384c9b4db93aef1abf (diff) | |
download | pkgsrc-6503be05bb042c6997a311b16f50b49c9e6cf191.tar.gz |
more portlint: ldconfig
Diffstat (limited to 'comms/pilot-link')
-rw-r--r-- | comms/pilot-link/Makefile | 5 | ||||
-rw-r--r-- | comms/pilot-link/pkg/PLIST | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/comms/pilot-link/Makefile b/comms/pilot-link/Makefile index e32c273e494..42a25fda526 100644 --- a/comms/pilot-link/Makefile +++ b/comms/pilot-link/Makefile @@ -3,7 +3,7 @@ # Date created: 28 December 1996 # Whom: sommerfeld@alum.mit.edu # -# $NetBSD: Makefile,v 1.2 1998/03/18 00:17:24 hubertf Exp $ +# $NetBSD: Makefile,v 1.3 1998/03/18 00:19:39 hubertf Exp $ # DISTNAME= pilot-link.0.8.11 @@ -22,4 +22,7 @@ do-configure: INSTALL="/usr/bin/install -c -o ${BINOWN} -g ${BINGRP}" \ ${CONFIGURE_ENV} ./${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS}) +post-install: + ${LDCONFIG} || ${TRUE} + .include <bsd.port.mk> diff --git a/comms/pilot-link/pkg/PLIST b/comms/pilot-link/pkg/PLIST index bfac27f232a..efd1f024a79 100644 --- a/comms/pilot-link/pkg/PLIST +++ b/comms/pilot-link/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 1998/03/17 03:02:32 sommerfe Exp $ +@comment $NetBSD: PLIST,v 1.2 1998/03/18 00:19:39 hubertf Exp $ bin/addresses bin/ccexample bin/debugsh @@ -64,6 +64,8 @@ lib/libpicc.a lib/libpisock.a lib/libpisock.la lib/libpisock.so.3.0 +@exec /sbin/ldconfig || /usr/bin/true +@unexec /sbin/ldconfig || /usr/bin/true lib/pix/b1.gif lib/pix/b2.gif lib/pix/b3.gif |