Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Jan 2014 23:57:31 +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: r341485 - head/devel/cvsadmin
Message-ID:  <201401272357.s0RNvVae071718@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Jan 27 23:57:31 2014
New Revision: 341485
URL: http://svnweb.freebsd.org/changeset/ports/341485
QAT: https://qat.redports.org/buildarchive/r341485/

Log:
  Support stage

Modified:
  head/devel/cvsadmin/Makefile

Modified: head/devel/cvsadmin/Makefile
==============================================================================
--- head/devel/cvsadmin/Makefile	Mon Jan 27 23:49:28 2014	(r341484)
+++ head/devel/cvsadmin/Makefile	Mon Jan 27 23:57:31 2014	(r341485)
@@ -8,18 +8,17 @@ CATEGORIES=	devel
 MASTER_SITES=	LOCAL/gabor
 
 MAINTAINER=	aehlig@linta.de
-COMMENT=	A simple program to administrate users of a CVS repository
+COMMENT=	Simple program to administrate users of a CVS repository
 
 GNU_CONFIGURE=	yes
 
-MAN1=		cvsadmin.1
-PLIST_FILES=	bin/cvsadmin
+PLIST_FILES=	bin/cvsadmin \
+		man/man1/cvsadmin.1.gz
 
-NO_STAGE=	yes
 post-configure:
 	${ECHO_CMD} "#define HAVE_MKDTEMP 1" >> ${WRKSRC}/config.h
 
 post-install:
-	${INSTALL_MAN} ${WRKSRC}/man/cvsadmin.1 ${MANPREFIX}/man/man1
+	${INSTALL_MAN} ${WRKSRC}/man/cvsadmin.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
 
 .include <bsd.port.mk>



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