diff options
author | hubertf <hubertf@pkgsrc.org> | 1998-03-18 00:19:39 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1998-03-18 00:19:39 +0000 |
commit | 287b12192fdbd757fed1e0d80fe20d0eb94e1f06 (patch) | |
tree | deb77a5d5ac30e873ac9afed4e78ffe7d9a28be2 /comms/pilot-link/Makefile | |
parent | 92ef5fd4f9982baa0c9fee75413615ec8644261d (diff) | |
download | pkgsrc-287b12192fdbd757fed1e0d80fe20d0eb94e1f06.tar.gz |
more portlint: ldconfig
Diffstat (limited to 'comms/pilot-link/Makefile')
-rw-r--r-- | comms/pilot-link/Makefile | 5 |
1 files changed, 4 insertions, 1 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> |