pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/jasper Fix pkglint warnings



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d64fc00ef0bd
branches:  trunk
changeset: 523431:d64fc00ef0bd
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Jan 07 19:02:12 2007 +0000

description:
Fix pkglint warnings

diffstat:

 graphics/jasper/Makefile |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r cb249f2efec1 -r d64fc00ef0bd graphics/jasper/Makefile
--- a/graphics/jasper/Makefile  Sun Jan 07 19:00:59 2007 +0000
+++ b/graphics/jasper/Makefile  Sun Jan 07 19:02:12 2007 +0000
@@ -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 @@
 
 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



Home | Main Index | Thread Index | Old Index