diff options
Diffstat (limited to 'graphics/png')
-rw-r--r-- | graphics/png/Makefile | 5 | ||||
-rw-r--r-- | graphics/png/pkg-plist | 2 |
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 |