svn commit: r357456 - head/textproc/sdf
Vanilla I. Shu
vanilla at FreeBSD.org
Wed Jun 11 10:05:13 UTC 2014
Author: vanilla
Date: Wed Jun 11 10:05:12 2014
New Revision: 357456
URL: http://svnweb.freebsd.org/changeset/ports/357456
QAT: https://qat.redports.org/buildarchive/r357456/
Log:
Stagify.
Modified:
head/textproc/sdf/Makefile
head/textproc/sdf/pkg-plist
Modified: head/textproc/sdf/Makefile
==============================================================================
--- head/textproc/sdf/Makefile Wed Jun 11 10:02:44 2014 (r357455)
+++ head/textproc/sdf/Makefile Wed Jun 11 10:05:12 2014 (r357456)
@@ -15,13 +15,10 @@ COMMENT= Simple Document Format - "autho
USES= perl5
USE_PERL5= configure
-MAN1= pod2sdf.1
-
-NO_STAGE= yes
post-install:
.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
- @(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${DOCSDIR})
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ @(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR})
.endif
.include <bsd.port.mk>
Modified: head/textproc/sdf/pkg-plist
==============================================================================
--- head/textproc/sdf/pkg-plist Wed Jun 11 10:02:44 2014 (r357455)
+++ head/textproc/sdf/pkg-plist Wed Jun 11 10:05:12 2014 (r357456)
@@ -184,6 +184,7 @@ bin/sdngen
%%SITE_PERL%%/sdf/tosgml.pl
%%SITE_PERL%%/sdf/totxt.pl
%%SITE_PERL%%/sdf/values.pl
+man/man1/pod2sdf.1.gz
%%PORTDOCS%%%%DOCSDIR%%/build
%%PORTDOCS%%%%DOCSDIR%%/catalog.html
%%PORTDOCS%%%%DOCSDIR%%/catalog.sdf
More information about the svn-ports-all
mailing list