svn commit: r344243 - head/databases/mtop

Martin Wilke miwi at FreeBSD.org
Fri Feb 14 15:03:08 UTC 2014


Author: miwi
Date: Fri Feb 14 15:03:07 2014
New Revision: 344243
URL: http://svnweb.freebsd.org/changeset/ports/344243
QAT: https://qat.redports.org/buildarchive/r344243/

Log:
  - Stage support

Modified:
  head/databases/mtop/Makefile
  head/databases/mtop/pkg-plist

Modified: head/databases/mtop/Makefile
==============================================================================
--- head/databases/mtop/Makefile	Fri Feb 14 15:02:55 2014	(r344242)
+++ head/databases/mtop/Makefile	Fri Feb 14 15:03:07 2014	(r344243)
@@ -17,9 +17,6 @@ RUN_DEPENDS=	p5-Curses>=0:${PORTSDIR}/de
 USES=		perl5
 USE_PERL5=	configure
 
-MAN1=	mkill.1 mtop.1
-
-NO_STAGE=	yes
 post-patch:
 	${RM} ${WRKSRC}/cpan2spec.pl
 

Modified: head/databases/mtop/pkg-plist
==============================================================================
--- head/databases/mtop/pkg-plist	Fri Feb 14 15:02:55 2014	(r344242)
+++ head/databases/mtop/pkg-plist	Fri Feb 14 15:03:07 2014	(r344243)
@@ -1,4 +1,6 @@
 bin/mkill
 bin/mtop
+man/man1/mkill.1.gz
+man/man1/mtop.1.gz
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/mtop/.packlist
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/mtop


More information about the svn-ports-all mailing list