diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-10-30 00:47:37 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-10-30 00:47:37 +0000 |
commit | 909d39c34491082e6fda161af0feda8dec23e531 (patch) | |
tree | c50dae4daed84a1d457d080bc35d9a86b4e3d010 /graphics/jpeg | |
parent | d296fbd9e51ca2df922fb785678864a58e79cc9a (diff) | |
download | pkgsrc-909d39c34491082e6fda161af0feda8dec23e531.tar.gz |
graphics/jpeg: install "jpegint.h" file, required by feh-1.2.7.
Bump PKGREVISION.
Diffstat (limited to 'graphics/jpeg')
-rw-r--r-- | graphics/jpeg/Makefile | 5 | ||||
-rw-r--r-- | graphics/jpeg/PLIST | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/graphics/jpeg/Makefile b/graphics/jpeg/Makefile index 9c51b84c569..4b35c055b11 100644 --- a/graphics/jpeg/Makefile +++ b/graphics/jpeg/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.30 2004/10/03 00:14:54 tv Exp $ +# $NetBSD: Makefile,v 1.31 2004/10/30 00:47:37 xtraeme Exp $ # DISTNAME= jpegsrc.v6b PKGNAME= jpeg-6b -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= graphics MASTER_SITES= ftp://ftp.fu-berlin.de/unix/graphics/jpeg/ \ ftp://ftp.uu.net/graphics/jpeg/ @@ -28,5 +28,6 @@ INSTALLATION_DIRS= bin lib include man/man1 post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/jpeg ${INSTALL_DATA} ${WRKSRC}/*.doc ${PREFIX}/share/doc/jpeg + ${INSTALL_DATA} ${WRKSRC}/jpegint.h ${PREFIX}/include .include "../../mk/bsd.pkg.mk" diff --git a/graphics/jpeg/PLIST b/graphics/jpeg/PLIST index 048e0f761b6..481553bb4a5 100644 --- a/graphics/jpeg/PLIST +++ b/graphics/jpeg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2004/09/22 08:09:34 jlam Exp $ +@comment $NetBSD: PLIST,v 1.4 2004/10/30 00:47:37 xtraeme Exp $ bin/cjpeg bin/djpeg bin/jpegtran @@ -8,6 +8,7 @@ include/jconfig.h include/jerror.h include/jmorecfg.h include/jpeglib.h +include/jpegint.h lib/libjpeg.la man/man1/cjpeg.1 man/man1/djpeg.1 |