summaryrefslogtreecommitdiff
path: root/graphics/jpeg/Makefile
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-10-30 00:47:37 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-10-30 00:47:37 +0000
commit909d39c34491082e6fda161af0feda8dec23e531 (patch)
treec50dae4daed84a1d457d080bc35d9a86b4e3d010 /graphics/jpeg/Makefile
parentd296fbd9e51ca2df922fb785678864a58e79cc9a (diff)
downloadpkgsrc-909d39c34491082e6fda161af0feda8dec23e531.tar.gz
graphics/jpeg: install "jpegint.h" file, required by feh-1.2.7.
Bump PKGREVISION.
Diffstat (limited to 'graphics/jpeg/Makefile')
-rw-r--r--graphics/jpeg/Makefile5
1 files changed, 3 insertions, 2 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"