aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/png/Makefile
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1996-01-25 13:48:16 +0800
committerache <ache@FreeBSD.org>1996-01-25 13:48:16 +0800
commit6b883ff3df9961be6b2f5825e9c56f56a131e213 (patch)
tree8aaaee74f9c1d2126ded040175aaf66aeb36de32 /graphics/png/Makefile
parent21d2d025c419c8ace1f201212b1146414ef2ea05 (diff)
downloadfreebsd-ports-gnome-6b883ff3df9961be6b2f5825e9c56f56a131e213.tar.gz
freebsd-ports-gnome-6b883ff3df9961be6b2f5825e9c56f56a131e213.tar.zst
freebsd-ports-gnome-6b883ff3df9961be6b2f5825e9c56f56a131e213.zip
Use absolute path to ldconfig
Diffstat (limited to 'graphics/png/Makefile')
-rw-r--r--graphics/png/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/png/Makefile b/graphics/png/Makefile
index ecc785969e44..4bea61503166 100644
--- a/graphics/png/Makefile
+++ b/graphics/png/Makefile
@@ -3,7 +3,7 @@
# Date created: 5 Dec 1995
# Whom: ache
#
-# $Id: Makefile,v 1.1.1.1 1995/12/05 02:48:17 ache Exp $
+# $Id: Makefile,v 1.2 1995/12/05 02:57:05 ache Exp $
#
DISTNAME= libpng-0.81
@@ -16,6 +16,6 @@ MAKEFILE= makefile
MAINTAINER= ache@FreeBSD.org
post-install:
- ldconfig -m ${PREFIX}/lib
+ /sbin/ldconfig -m ${PREFIX}/lib
.include <bsd.port.mk>