diff options
author | jlam <jlam@pkgsrc.org> | 2004-09-22 08:09:14 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-09-22 08:09:14 +0000 |
commit | 1a280185e19de3a6ae1eb2fa57138973b96b2348 (patch) | |
tree | ba20a3f8eae29ebaf5d20fc3c40ea75a7075749e /graphics/png | |
parent | 4dc2531aef68dd5fffc507fb1aa59ab8e14723fe (diff) | |
download | pkgsrc-1a280185e19de3a6ae1eb2fa57138973b96b2348.tar.gz |
Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:
lib/libfoo.a
lib/libfoo.la
lib/libfoo.so
lib/libfoo.so.0
lib/libfoo.so.0.1
one simply needs:
lib/libfoo.la
and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.
Also make LIBTOOLIZE_PLIST default to "yes".
Diffstat (limited to 'graphics/png')
-rw-r--r-- | graphics/png/Makefile | 4 | ||||
-rw-r--r-- | graphics/png/PLIST | 6 |
2 files changed, 2 insertions, 8 deletions
diff --git a/graphics/png/Makefile b/graphics/png/Makefile index ecdc3b90e72..37a708c3f4c 100644 --- a/graphics/png/Makefile +++ b/graphics/png/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.65 2004/08/17 09:54:30 drochner Exp $ +# $NetBSD: Makefile,v 1.66 2004/09/22 08:09:37 jlam Exp $ # On update, don't forget to increase shared library major/minor's in # accordance with changes (patch-aa). @@ -29,8 +29,6 @@ MAKEFILE= scripts/makefile.std MAKE_ENV+= REALCC="${CC}" MAKE_ENV+= LIBPNG_SO_MAJOR=${LIBPNG_SO_MAJOR} MAKE_ENV+= LIBPNG_SO_MINOR=${LIBPNG_SO_MINOR} -PLIST_SUBST+= LIBPNG_SO_MAJOR=${LIBPNG_SO_MAJOR} -PLIST_SUBST+= LIBPNG_SO_MINOR=${LIBPNG_SO_MINOR} INSTALLATION_DIRS= include lib/pkgconfig man/man3 man/man5 diff --git a/graphics/png/PLIST b/graphics/png/PLIST index 1052de6a0f5..9268d8a7ba9 100644 --- a/graphics/png/PLIST +++ b/graphics/png/PLIST @@ -1,11 +1,7 @@ -@comment $NetBSD: PLIST,v 1.7 2004/03/29 16:02:08 ben Exp $ +@comment $NetBSD: PLIST,v 1.8 2004/09/22 08:09:37 jlam Exp $ include/png.h include/pngconf.h -lib/libpng.a lib/libpng.la -lib/libpng.so -lib/libpng.so.${LIBPNG_SO_MAJOR} -lib/libpng.so.${LIBPNG_SO_MAJOR}.${LIBPNG_SO_MINOR} lib/pkgconfig/libpng12.pc man/man3/libpng.3 man/man3/libpngpf.3 |