svn commit: r346697 - head/textproc/texi2db
Martin Wilke
miwi at FreeBSD.org
Sat Mar 1 18:11:51 UTC 2014
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>
More information about the svn-ports-all
mailing list