summaryrefslogtreecommitdiffstats
path: root/graphics/png
diff options
context:
space:
mode:
authormax <max@FreeBSD.org>1997-07-17 15:13:02 +0000
committermax <max@FreeBSD.org>1997-07-17 15:13:02 +0000
commit95460ecd681df20e9ad250bb6be256383639e588 (patch)
tree4972cf82c7e5377187c3eaec254dfb25156427e7 /graphics/png
parentf488a4f9836409996d4ba99c4a98f86785159b5d (diff)
downloadFreeBSD-ports-95460ecd681df20e9ad250bb6be256383639e588.zip
FreeBSD-ports-95460ecd681df20e9ad250bb6be256383639e588.tar.gz
ldconfig -> ${LDCONFIG}.
Diffstat (limited to 'graphics/png')
-rw-r--r--graphics/png/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/png/Makefile b/graphics/png/Makefile
index 4fc60de..1d59ad0 100644
--- a/graphics/png/Makefile
+++ b/graphics/png/Makefile
@@ -3,7 +3,7 @@
# Date created: 5 Dec 1995
# Whom: ache
#
-# $Id: Makefile,v 1.8 1996/11/18 11:29:00 asami Exp $
+# $Id: Makefile,v 1.9 1997/06/24 13:15:47 ache Exp $
#
DISTNAME= libpng-0.96
@@ -17,6 +17,6 @@ MAINTAINER= ache@FreeBSD.org
MAKEFILE= makefile
post-install:
- /sbin/ldconfig -m ${PREFIX}/lib
+ ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>
OpenPOWER on IntegriCloud