summaryrefslogtreecommitdiff
path: root/graphics/jasper
diff options
context:
space:
mode:
authoradam <adam>2007-01-07 19:02:12 +0000
committeradam <adam>2007-01-07 19:02:12 +0000
commit4f3cc44cf680fab832df314a09c01ae06aea3594 (patch)
treeef5287c75acd6821ae74285e7ebdf196ce2606d4 /graphics/jasper
parent541fac2f7dae6fb04bc059892a160f0c39ffe3f2 (diff)
downloadpkgsrc-4f3cc44cf680fab832df314a09c01ae06aea3594.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