Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Mar 2014 18:11:51 +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: r346697 - head/textproc/texi2db
Message-ID:  <201403011811.s21IBpt4097880@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Sat Mar  1 18:11:51 2014
New Revision: 346697
URL: http://svnweb.freebsd.org/changeset/ports/346697
QAT: https://qat.redports.org/buildarchive/r346697/

Log:
  - Stage support

Modified:
  head/textproc/texi2db/Makefile

Modified: head/textproc/texi2db/Makefile
==============================================================================
--- head/textproc/texi2db/Makefile	Sat Mar  1 18:11:12 2014	(r346696)
+++ head/textproc/texi2db/Makefile	Sat Mar  1 18:11:51 2014	(r346697)
@@ -15,10 +15,9 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 USES=		perl5
 USE_PERL5=	configure
 
-MAN1=		texi2db.1
 PLIST_FILES=	bin/texi2db \
-		${SITE_PERL_REL}/${PERL_ARCH}/auto/texi2db/.packlist
+		${SITE_PERL_REL}/${PERL_ARCH}/auto/texi2db/.packlist \
+		man/man1/${PORTNAME}.1.gz
 PLIST_DIRS=	${SITE_PERL_REL}/${PERL_ARCH}/auto/texi2db
 
-NO_STAGE=	yes
 .include <bsd.port.mk>



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