summaryrefslogtreecommitdiff
path: root/graphics/png
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1997-07-17 15:13:02 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1997-07-17 15:13:02 +0000
commit5e5eddfc6095220a71076c16d43c690e2f9656e2 (patch)
tree07dea29a435aa8be3d5b45607547c855e34deb6b /graphics/png
parentUpgrade 1.3 -> 1.4. (diff)
ldconfig -> ${LDCONFIG}.
Notes
Notes: svn path=/head/; revision=7360
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 4fc60de81734..1d59ad07a67f 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>