diff options
author | mandree <mandree@FreeBSD.org> | 2013-10-08 04:48:03 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2013-10-08 04:48:03 +0800 |
commit | 9bfd11eec1102482b925f3d06a271ab63c91538c (patch) | |
tree | fc96f25183dd5518e32bedb6c4161c22ec1ae95c /textproc/xmlto | |
parent | da23c9b74a2913f4455d777ef2bd9ac602f9f686 (diff) | |
download | freebsd-ports-gnome-9bfd11eec1102482b925f3d06a271ab63c91538c.tar.gz freebsd-ports-gnome-9bfd11eec1102482b925f3d06a271ab63c91538c.tar.zst freebsd-ports-gnome-9bfd11eec1102482b925f3d06a271ab63c91538c.zip |
Convert to staging; USE_GMAKE -> USES=gmake
Diffstat (limited to 'textproc/xmlto')
-rw-r--r-- | textproc/xmlto/Makefile | 7 | ||||
-rw-r--r-- | textproc/xmlto/pkg-plist | 2 |
2 files changed, 5 insertions, 4 deletions
diff --git a/textproc/xmlto/Makefile b/textproc/xmlto/Makefile index 00c727a67b5b..06e1bcabfc6b 100644 --- a/textproc/xmlto/Makefile +++ b/textproc/xmlto/Makefile @@ -29,16 +29,15 @@ PASSIVETEX_DESC= Add dependency on PassiveTeX USE_BZIP2= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= BASH=${BASH_CMD} GETOPT=${GETOPT_CMD} PDFXMLTEX=${PDFXMLTEX_CMD} +MAKE_ENV+= HOME=/dev/null BASH_CMD= ${LOCALBASE}/bin/bash GETOPT_CMD= ${LOCALBASE}/bin/getopt XSL_DIR= ${LOCALBASE}/share/xsl/docbook PDFXMLTEX_CMD= ${LOCALBASE}/bin/pdftex -MAN1= xmlif.1 xmlto.1 PORTDOCS= AUTHORS COPYING ChangeLog NEWS THANKS # these two documentation files do not convey information useful for -NO_STAGE= yes # the FreeBSD port at this time: # PORTDOCS+= FAQ README @@ -68,8 +67,8 @@ post-patch: .if ${PORT_OPTIONS:MDOCS} post-install: - @${MKDIR} ${DOCSDIR} - cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} + cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} .endif .include <bsd.port.post.mk> diff --git a/textproc/xmlto/pkg-plist b/textproc/xmlto/pkg-plist index 1d31a6161f71..2e45d6ff0f76 100644 --- a/textproc/xmlto/pkg-plist +++ b/textproc/xmlto/pkg-plist @@ -1,5 +1,7 @@ bin/xmlif bin/xmlto +man/man1/xmlif.1.gz +man/man1/xmlto.1.gz %%DATADIR%%/format/docbook/awt %%DATADIR%%/format/docbook/dvi %%DATADIR%%/format/docbook/epub |