diff options
author | agc <agc@pkgsrc.org> | 1998-07-15 10:51:16 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-07-15 10:51:16 +0000 |
commit | 583dcca5f35534ef3744c3ef8d55acb56e9b8543 (patch) | |
tree | 91e2ea68f79401948823b70c5a5128525d062e80 /graphics/tiff | |
parent | 4f8c9d7740227547fa2f6000b7e202eec7dc0fab (diff) | |
download | pkgsrc-583dcca5f35534ef3744c3ef8d55acb56e9b8543.tar.gz |
Use automatic shared object handling
Diffstat (limited to 'graphics/tiff')
-rw-r--r-- | graphics/tiff/Makefile | 5 | ||||
-rw-r--r-- | graphics/tiff/pkg/PLIST | 4 |
2 files changed, 2 insertions, 7 deletions
diff --git a/graphics/tiff/Makefile b/graphics/tiff/Makefile index 2e8f92de045..45bd9b0c87e 100644 --- a/graphics/tiff/Makefile +++ b/graphics/tiff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 1998/07/05 02:45:13 tron Exp $ +# $NetBSD: Makefile,v 1.14 1998/07/15 11:24:51 agc Exp $ DISTNAME= tiff-v3.4beta037 PKGNAME= tiff-3.4 @@ -17,7 +17,4 @@ CONFIGURE_ARGS+= --noninteractive --site ${FILESDIR} CONFIGURE_ENV+= PREFIX=${PREFIX} MAKE_ENV+= INSTALL_MAN="${INSTALL_MAN}" LN="${LN}" -post-install: - ${LDCONFIG} || ${TRUE} - .include "../../mk/bsd.pkg.mk" diff --git a/graphics/tiff/pkg/PLIST b/graphics/tiff/pkg/PLIST index 80d148dd50c..1bd644fd1ca 100644 --- a/graphics/tiff/pkg/PLIST +++ b/graphics/tiff/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 1998/02/02 09:00:11 hubertf Exp $ +@comment $NetBSD: PLIST,v 1.7 1998/07/15 11:24:51 agc Exp $ bin/fax2tiff bin/fax2ps bin/gif2tiff @@ -18,8 +18,6 @@ bin/tiffmedian bin/tiffsplit lib/libtiff.a lib/libtiff.so.3.4 -@exec /sbin/ldconfig || /usr/bin/true -@unexec /sbin/ldconfig || /usr/bin/true include/tiff.h include/tiffio.h man/man1/fax2ps.1 |