Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Jan 2014 00:04:20 +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: r341488 - head/devel/cvs-devel
Message-ID:  <201401280004.s0S04KrP076368@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue Jan 28 00:04:20 2014
New Revision: 341488
URL: http://svnweb.freebsd.org/changeset/ports/341488
QAT: https://qat.redports.org/buildarchive/r341488/

Log:
  Support stage

Modified:
  head/devel/cvs-devel/Makefile
  head/devel/cvs-devel/pkg-plist

Modified: head/devel/cvs-devel/Makefile
==============================================================================
--- head/devel/cvs-devel/Makefile	Tue Jan 28 00:02:29 2014	(r341487)
+++ head/devel/cvs-devel/Makefile	Tue Jan 28 00:04:20 2014	(r341488)
@@ -20,15 +20,11 @@ CONFIGURE_ARGS=	--enable-ipv6 --without-
 		--with-editor="vi" \
 		--with-tmpdir="/tmp"
 
-MAN1=		cvs.1
-MAN5=		cvs.5
-MAN8=		cvsbug.8
 INFO=		cvs cvsclient
 
 CVS_SITE?=	:pserver:anoncvs@anoncvs.jp.FreeBSD.org:/home/ncvs
 CVS_VER?=	v${PORTVERSION:S//_/g}
 
-NO_STAGE=	yes
 post-patch:
 	${REINPLACE_CMD} 's/${PORTVERSION:S/./\./g}/&-devel/g' \
 		${WRKSRC}/configure

Modified: head/devel/cvs-devel/pkg-plist
==============================================================================
--- head/devel/cvs-devel/pkg-plist	Tue Jan 28 00:02:29 2014	(r341487)
+++ head/devel/cvs-devel/pkg-plist	Tue Jan 28 00:04:20 2014	(r341488)
@@ -1,6 +1,9 @@
 bin/cvs
 bin/cvsbug
 bin/rcs2log
+man/man1/cvs.1.gz
+man/man5/cvs.5.gz
+man/man8/cvsbug.8.gz
 share/cvs/contrib/README
 share/cvs/contrib/clmerge
 share/cvs/contrib/cln_hist



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