summaryrefslogtreecommitdiff
path: root/graphics/jasper
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2007-01-07 19:02:12 +0000
committeradam <adam@pkgsrc.org>2007-01-07 19:02:12 +0000
commit42a225cb35a4bb24a30cc3f1ffe7728d2192f027 (patch)
treeef5287c75acd6821ae74285e7ebdf196ce2606d4 /graphics/jasper
parent269cdf660031fa162c600e8fc18121014d31b0c1 (diff)
downloadpkgsrc-42a225cb35a4bb24a30cc3f1ffe7728d2192f027.tar.gz
Fix pkglint warnings
Diffstat (limited to 'graphics/jasper')
-rw-r--r--graphics/jasper/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/jasper/Makefile b/graphics/jasper/Makefile
index fea2f3e4633..c769f9173a7 100644
--- a/graphics/jasper/Makefile
+++ b/graphics/jasper/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2007/01/07 19:00:59 adam Exp $
+# $NetBSD: Makefile,v 1.24 2007/01/07 19:02:12 adam Exp $
DISTNAME= jasper-1.900.0
CATEGORIES= graphics
@@ -11,13 +11,14 @@ COMMENT= Software-based reference implementation of the JPEG-2000 codec
PKG_INSTALLATION_TYPES= overwrite pkgviews
-USE_LANGUAGES+= c99
+USE_LANGUAGES= c99
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-shared --without-x --disable-opengl
+INSTALLATION_DIRS+= share/doc/jasper
+
post-install:
- ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/jasper
.for doc in jasper jpeg2000
${INSTALL_DATA} ${WRKSRC}/doc/${doc}.pdf ${PREFIX}/share/doc/jasper
.endfor