From 95460ecd681df20e9ad250bb6be256383639e588 Mon Sep 17 00:00:00 2001 From: max Date: Thu, 17 Jul 1997 15:13:02 +0000 Subject: ldconfig -> ${LDCONFIG}. --- graphics/pgplot/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'graphics/pgplot/Makefile') diff --git a/graphics/pgplot/Makefile b/graphics/pgplot/Makefile index 20230c4..90e2385 100644 --- a/graphics/pgplot/Makefile +++ b/graphics/pgplot/Makefile @@ -3,7 +3,7 @@ # Date created: 21 December 1996 # Whom: jmz # -# $Id: Makefile,v 1.1.1.1 1996/12/22 04:36:42 jmz Exp $ +# $Id: Makefile,v 1.2 1997/01/05 12:39:15 asami Exp $ # DISTNAME= pgplot5.1 @@ -16,6 +16,6 @@ MAINTAINER= jmz@FreeBSD.org WRKSRC= ${WRKDIR}/pgplot post-install: - /sbin/ldconfig -m ${PREFIX}/lib + ${LDCONFIG} -m ${PREFIX}/lib .include -- cgit v1.1