diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-07-17 15:13:02 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-07-17 15:13:02 +0000 |
commit | 5e5eddfc6095220a71076c16d43c690e2f9656e2 (patch) | |
tree | 07dea29a435aa8be3d5b45607547c855e34deb6b /graphics/png | |
parent | eee52159ba4038c2038bbe707d582696d19079a6 (diff) |
ldconfig -> ${LDCONFIG}.
Notes
Notes:
svn path=/head/; revision=7360
Diffstat (limited to 'graphics/png')
-rw-r--r-- | graphics/png/Makefile | 4 |
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> |