[Midnightbsd-cvs] mports [17018] trunk/graphics/jasper: fix man install

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Sep 13 14:15:28 EDT 2014


Revision: 17018
          http://svnweb.midnightbsd.org/mports/?rev=17018
Author:   laffer1
Date:     2014-09-13 14:15:28 -0400 (Sat, 13 Sep 2014)
Log Message:
-----------
fix man install

Modified Paths:
--------------
    trunk/graphics/jasper/Makefile
    trunk/graphics/jasper/pkg-plist

Modified: trunk/graphics/jasper/Makefile
===================================================================
--- trunk/graphics/jasper/Makefile	2014-09-13 18:13:23 UTC (rev 17017)
+++ trunk/graphics/jasper/Makefile	2014-09-13 18:15:28 UTC (rev 17018)
@@ -2,7 +2,7 @@
 
 PORTNAME=	jasper
 PORTVERSION=	1.900.1
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	graphics
 MASTER_SITES=	http://www.ece.uvic.ca/~mdadams/jasper/software/ \
 		${MASTER_SITE_IMAGEMAGICK}
@@ -19,8 +19,7 @@
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
-CONFIGURE_ARGS=	--enable-shared --enable-static \
-		--mandir=${FAKE_DESTDIR}${TRUE_PREFIX}/man
+CONFIGURE_ARGS=	--enable-shared --enable-static
 USE_LDCONFIG=	yes
 
 MASTER_SITE_IMAGEMAGICK=	\

Modified: trunk/graphics/jasper/pkg-plist
===================================================================
--- trunk/graphics/jasper/pkg-plist	2014-09-13 18:13:23 UTC (rev 17017)
+++ trunk/graphics/jasper/pkg-plist	2014-09-13 18:15:28 UTC (rev 17018)
@@ -26,7 +26,6 @@
 lib/libjasper.la
 lib/libjasper.so
 lib/libjasper.so.4
-lib/libjasper.so.4.0.0
 man/man1/imgcmp.1.gz
 man/man1/imginfo.1.gz
 man/man1/jasper.1.gz



More information about the Midnightbsd-cvs mailing list