Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Jan 2014 23:59:49 +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: r338699 - head/archivers/lrzip
Message-ID:  <201401042359.s04NxnDs068838@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sat Jan  4 23:59:48 2014
New Revision: 338699
URL: http://svnweb.freebsd.org/changeset/ports/338699

Log:
  Support stage

Modified:
  head/archivers/lrzip/Makefile
  head/archivers/lrzip/pkg-plist

Modified: head/archivers/lrzip/Makefile
==============================================================================
--- head/archivers/lrzip/Makefile	Sat Jan  4 23:57:39 2014	(r338698)
+++ head/archivers/lrzip/Makefile	Sat Jan  4 23:59:48 2014	(r338699)
@@ -15,7 +15,6 @@ LICENSE=	GPLv2
 BUILD_DEPENDS=	nasm>=0:${PORTSDIR}/devel/nasm
 LIB_DEPENDS=	liblzo2.so:${PORTSDIR}/archivers/lzo2
 
-NO_STAGE=		yes
 CFLAGS+=	-I${LOCALBASE}/include
 CONFIGURE_ARGS+=	--enable-asm
 GNU_CONFIGURE=	yes
@@ -25,11 +24,4 @@ USES=	gmake pathfix perl5
 USE_PERL5=	build
 USE_LDCONFIG=	yes
 
-MAN1=		lrunzip.1 \
-		lrzcat.1 \
-		lrzip.1 \
-		lrztar.1 \
-		lrzuntar.1
-MAN5=		lrzip.conf.5
-
 .include <bsd.port.mk>

Modified: head/archivers/lrzip/pkg-plist
==============================================================================
--- head/archivers/lrzip/pkg-plist	Sat Jan  4 23:57:39 2014	(r338698)
+++ head/archivers/lrzip/pkg-plist	Sat Jan  4 23:59:48 2014	(r338699)
@@ -30,5 +30,11 @@ lib/liblrzip.la
 lib/liblrzip.so
 lib/liblrzip.so.0
 libdata/pkgconfig/lrzip.pc
+man/man1/lrunzip.1.gz
+man/man1/lrzcat.1.gz
+man/man1/lrzip.1.gz
+man/man1/lrztar.1.gz
+man/man1/lrzuntar.1.gz
+man/man5/lrzip.conf.5.gz
 @dirrm %%DOCSDIR%%/lzma
 @dirrm %%DOCSDIR%%



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