diff options
author | max <max@FreeBSD.org> | 1997-07-17 15:13:02 +0000 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-07-17 15:13:02 +0000 |
commit | 95460ecd681df20e9ad250bb6be256383639e588 (patch) | |
tree | 4972cf82c7e5377187c3eaec254dfb25156427e7 /graphics/png | |
parent | f488a4f9836409996d4ba99c4a98f86785159b5d (diff) | |
download | FreeBSD-ports-95460ecd681df20e9ad250bb6be256383639e588.zip FreeBSD-ports-95460ecd681df20e9ad250bb6be256383639e588.tar.gz |
ldconfig -> ${LDCONFIG}.
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 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> |