summaryrefslogtreecommitdiff
path: root/graphics/png
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1998-07-15 10:51:16 +0000
committeragc <agc@pkgsrc.org>1998-07-15 10:51:16 +0000
commit583dcca5f35534ef3744c3ef8d55acb56e9b8543 (patch)
tree91e2ea68f79401948823b70c5a5128525d062e80 /graphics/png
parent4f8c9d7740227547fa2f6000b7e202eec7dc0fab (diff)
downloadpkgsrc-583dcca5f35534ef3744c3ef8d55acb56e9b8543.tar.gz
Use automatic shared object handling
Diffstat (limited to 'graphics/png')
-rw-r--r--graphics/png/Makefile5
-rw-r--r--graphics/png/pkg/PLIST4
2 files changed, 2 insertions, 7 deletions
diff --git a/graphics/png/Makefile b/graphics/png/Makefile
index ae450c12756..d0a0f8bf306 100644
--- a/graphics/png/Makefile
+++ b/graphics/png/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 1998/04/20 11:56:24 frueauf Exp $
+# $NetBSD: Makefile,v 1.8 1998/07/15 11:29:21 agc Exp $
# FreeBSD Id: Makefile,v 1.10 1997/07/17 15:12:44 max Exp
#
@@ -12,7 +12,4 @@ MAINTAINER= packages@netbsd.org
MAKEFILE= makefile
-post-install:
- ${LDCONFIG} || ${TRUE}
-
.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/png/pkg/PLIST b/graphics/png/pkg/PLIST
index 2d7a996f2b9..b4ae2285112 100644
--- a/graphics/png/pkg/PLIST
+++ b/graphics/png/pkg/PLIST
@@ -1,7 +1,5 @@
-@comment $NetBSD: PLIST,v 1.5 1998/02/02 09:00:06 hubertf Exp $
+@comment $NetBSD: PLIST,v 1.6 1998/07/15 11:29:22 agc Exp $
include/png.h
include/pngconf.h
lib/libpng.a
lib/libpng.so.0.96
-@exec /sbin/ldconfig || /usr/bin/true
-@unexec /sbin/ldconfig || /usr/bin/true