Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Feb 2014 15:00:08 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r344225 - head/databases/innotop
Message-ID:  <201402141500.s1EF08mG082892@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Fri Feb 14 15:00:08 2014
New Revision: 344225
URL: http://svnweb.freebsd.org/changeset/ports/344225
QAT: https://qat.redports.org/buildarchive/r344225/

Log:
  - Stage support

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

Modified: head/databases/innotop/Makefile
==============================================================================
--- head/databases/innotop/Makefile	Fri Feb 14 14:59:55 2014	(r344224)
+++ head/databases/innotop/Makefile	Fri Feb 14 15:00:08 2014	(r344225)
@@ -23,9 +23,6 @@ USES=		perl5
 USE_PERL5=	configure
 USE_MYSQL=	yes
 
-MAN1=		innotop.1
-
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's|/etc/innotop|${PREFIX}/etc|g' ${WRKSRC}/innotop
 

Modified: head/databases/innotop/pkg-plist
==============================================================================
--- head/databases/innotop/pkg-plist	Fri Feb 14 14:59:55 2014	(r344224)
+++ head/databases/innotop/pkg-plist	Fri Feb 14 15:00:08 2014	(r344225)
@@ -1,3 +1,4 @@
 bin/innotop
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/innotop/.packlist
+man/man1/innotop.1.gz
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/innotop



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