Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Sep 2013 06:08:54 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r327920 - head/graphics/jbig2dec
Message-ID:  <201309230608.r8N68sVQ069418@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Sep 23 06:08:53 2013
New Revision: 327920
URL: http://svnweb.freebsd.org/changeset/ports/327920

Log:
  Use stage

Modified:
  head/graphics/jbig2dec/Makefile
  head/graphics/jbig2dec/pkg-plist

Modified: head/graphics/jbig2dec/Makefile
==============================================================================
--- head/graphics/jbig2dec/Makefile	Mon Sep 23 06:08:16 2013	(r327919)
+++ head/graphics/jbig2dec/Makefile	Mon Sep 23 06:08:53 2013	(r327920)
@@ -20,8 +20,6 @@ OPTIONS_DEFAULT=	PNG
 
 TESTS_DESC=	Download and use test-images for post-build testing
 
-MAN1=		jbig2dec.1
-
 EXTRACT_AFTER_ARGS+=	--exclude sha1.h --exclude 'getopt*'
 
 LICENSE=	GPLv3
@@ -30,7 +28,6 @@ PNG_LIB_DEPENDS=	libpng15.so:${PORTSDIR}
 PNG_CONFIGURE_ON=	--with-libpng=${LOCALBASE}
 PNG_CFLAGS=		-I${LOCALBASE}/include/libpng15
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MTESTS}

Modified: head/graphics/jbig2dec/pkg-plist
==============================================================================
--- head/graphics/jbig2dec/pkg-plist	Mon Sep 23 06:08:16 2013	(r327919)
+++ head/graphics/jbig2dec/pkg-plist	Mon Sep 23 06:08:53 2013	(r327920)
@@ -4,3 +4,4 @@ lib/libjbig2dec.a
 lib/libjbig2dec.la
 lib/libjbig2dec.so
 lib/libjbig2dec.so.0
+man/man1/jbig2dec.1.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309230608.r8N68sVQ069418>