summaryrefslogtreecommitdiff
path: root/graphics/png
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/png')
-rw-r--r--graphics/png/Makefile4
-rw-r--r--graphics/png/pkg/PLIST6
2 files changed, 5 insertions, 5 deletions
diff --git a/graphics/png/Makefile b/graphics/png/Makefile
index 024cb16bf31..4ae16b11673 100644
--- a/graphics/png/Makefile
+++ b/graphics/png/Makefile
@@ -3,7 +3,7 @@
# Date created: 5 Dec 1995
# Whom: ache
#
-# $NetBSD: Makefile,v 1.4 1998/02/02 08:10:56 hubertf Exp $
+# $NetBSD: Makefile,v 1.5 1998/02/02 08:59:21 hubertf Exp $
# FreeBSD Id: Makefile,v 1.10 1997/07/17 15:12:44 max Exp
#
@@ -18,6 +18,6 @@ MAINTAINER= ache@FreeBSD.org
MAKEFILE= makefile
post-install:
- ${LDCONFIG} -m ${PREFIX}/lib || ${TRUE}
+ ${LDCONFIG} || ${TRUE}
.include <bsd.port.mk>
diff --git a/graphics/png/pkg/PLIST b/graphics/png/pkg/PLIST
index 7937600b4cc..2d7a996f2b9 100644
--- a/graphics/png/pkg/PLIST
+++ b/graphics/png/pkg/PLIST
@@ -1,7 +1,7 @@
-@comment $NetBSD: PLIST,v 1.4 1998/01/24 05:27:36 hubertf Exp $
+@comment $NetBSD: PLIST,v 1.5 1998/02/02 09:00:06 hubertf Exp $
include/png.h
include/pngconf.h
lib/libpng.a
lib/libpng.so.0.96
-@exec /sbin/ldconfig -m %B || /usr/bin/true
-@unexec /sbin/ldconfig -m %B || /usr/bin/true
+@exec /sbin/ldconfig || /usr/bin/true
+@unexec /sbin/ldconfig || /usr/bin/true