svn commit: r331223 - head/devel/cxmon

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Oct 22 07:46:21 UTC 2013


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>


More information about the svn-ports-head mailing list