summaryrefslogtreecommitdiffstats
path: root/graphics/png
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2000-06-15 17:59:45 +0000
committersobomax <sobomax@FreeBSD.org>2000-06-15 17:59:45 +0000
commita375e7549c50755d8d6fa4ffa4ca5bd5b598b71b (patch)
treec33273a6a58b8038777ed89865aa97018222b854 /graphics/png
parent64186dbb7c798d759f09f85b088edf5765605aa5 (diff)
downloadFreeBSD-ports-a375e7549c50755d8d6fa4ffa4ca5bd5b598b71b.zip
FreeBSD-ports-a375e7549c50755d8d6fa4ffa4ca5bd5b598b71b.tar.gz
Third round of INSTALL_SHLIBS=yes fixes.
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 baf7dac..65f04ac 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 dc7321b..0106ac6 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
OpenPOWER on IntegriCloud