summaryrefslogtreecommitdiff
path: root/graphics/png
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-06-15 17:59:45 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-06-15 17:59:45 +0000
commit835d6b8655813f2580f5db9fcbec03a34833ec92 (patch)
tree1dad4fa822830f51205ce8becf3ef756537f4a2b /graphics/png
parentSecond round of INSTALL_SHLIBS=yes fixes. (diff)
Third round of INSTALL_SHLIBS=yes fixes.
Notes
Notes: svn path=/head/; revision=29615
Diffstat (limited to 'graphics/png')
-rw-r--r--graphics/png/Makefile5
-rw-r--r--graphics/png/pkg-plist2
2 files changed, 2 insertions, 5 deletions
diff --git a/graphics/png/Makefile b/graphics/png/Makefile
index baf7dacee2d8..65f04acfcdda 100644
--- a/graphics/png/Makefile
+++ b/graphics/png/Makefile
@@ -21,13 +21,12 @@ PATCHFILES= libpng-1.0.6-patch-a.txt.gz \
MAINTAINER= ache@FreeBSD.org
+INSTALL_SHLIBS= yes
+
MAN3= libpng.3 libpngpf.3
MAN5= png.5
do-configure:
cd ${WRKSRC} && ${CP} scripts/makefile.std Makefile
-post-install:
- ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
-
.include <bsd.port.mk>
diff --git a/graphics/png/pkg-plist b/graphics/png/pkg-plist
index dc7321bf1daf..0106ac62a87c 100644
--- a/graphics/png/pkg-plist
+++ b/graphics/png/pkg-plist
@@ -4,5 +4,3 @@ lib/libpng.a
lib/libpng.so.3
@exec ln -sf %f %B/libpng.so
@unexec rm -f %B/libpng.so
-@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
-@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R