Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Oct 2013 07:46:21 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r331223 - head/devel/cxmon
Message-ID:  <201310220746.r9M7kLwV010404@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Oct 22 07:46:20 2013
New Revision: 331223
URL: http://svnweb.freebsd.org/changeset/ports/331223

Log:
  - Support staging

Modified:
  head/devel/cxmon/Makefile

Modified: head/devel/cxmon/Makefile
==============================================================================
--- head/devel/cxmon/Makefile	Tue Oct 22 06:04:54 2013	(r331222)
+++ head/devel/cxmon/Makefile	Tue Oct 22 07:46:20 2013	(r331223)
@@ -11,8 +11,7 @@ COMMENT=	Interactive file manipulation t
 
 GNU_CONFIGURE=	yes
 
-MAN1=		cxmon.1
-PLIST_FILES=	bin/cxmon
+PLIST_FILES=	bin/${PORTNAME} \
+		man/man1/${PORTNAME}.1.gz
 
-NO_STAGE=	yes
 .include <bsd.port.mk>



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