pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils Update pkgsrc pod2man usage for perl v5.24.
details: https://anonhg.NetBSD.org/pkgsrc/rev/9a674c026629
branches: trunk
changeset: 348375:9a674c026629
user: abs <abs%pkgsrc.org@localhost>
date: Sun Jun 12 18:49:43 2016 +0000
description:
Update pkgsrc pod2man usage for perl v5.24.
No pkgrevision bump as no functional change if package built
diffstat:
sysutils/xentools42/Makefile | 16 ++++++++--------
sysutils/xentools45/Makefile | 16 ++++++++--------
2 files changed, 16 insertions(+), 16 deletions(-)
diffs (84 lines):
diff -r 18d35725d3c6 -r 9a674c026629 sysutils/xentools42/Makefile
--- a/sysutils/xentools42/Makefile Sun Jun 12 18:47:51 2016 +0000
+++ b/sysutils/xentools42/Makefile Sun Jun 12 18:49:43 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2016/05/21 20:12:18 bad Exp $
+# $NetBSD: Makefile,v 1.48 2016/06/12 18:52:04 abs Exp $
VERSION= 4.2.5
VERSION_IPXE= 1.0.0
@@ -203,25 +203,25 @@
${CP} -f ${FILESDIR}/locking.sh ${WRKSRC}/hotplug/NetBSD/
${SED} -e "s,@XENDCONFDIR@,${PKG_SYSCONFDIR},g" \
${XENTOP}/docs/man/xl.pod.1 |\
- pod2man >${WRKDIR}/xl.1
+ pod2man -n xl >${WRKDIR}/xl.1
${SED} -e "s,@XENDCONFDIR@,${PKG_SYSCONFDIR},g" \
${XENTOP}/docs/man/xm.pod.1 |\
- pod2man >${WRKDIR}/xm.1
+ pod2man -n xm >${WRKDIR}/xm.1
${SED} -e "s,@XENDCONFDIR@,${PKG_SYSCONFDIR},g" \
${XENTOP}/docs/man/xend-config.sxp.pod.5 |\
- pod2man >${WRKDIR}/xend-config.sxp.5
+ pod2man -n xend-config.sxp >${WRKDIR}/xend-config.sxp.5
${SED} -e "s,@XENDCONFDIR@,${PKG_SYSCONFDIR},g" \
${XENTOP}/docs/man/xl.cfg.pod.5 |\
- pod2man >${WRKDIR}/xl.cfg.5
+ pod2man -n xl.cfg >${WRKDIR}/xl.cfg.5
${SED} -e "s,@XENDCONFDIR@,${PKG_SYSCONFDIR},g" \
${XENTOP}/docs/man/xl.conf.pod.5 |\
- pod2man >${WRKDIR}/xl.conf.5
+ pod2man -n xl.conf >${WRKDIR}/xl.conf.5
${SED} -e "s,@XENDCONFDIR@,${PKG_SYSCONFDIR},g" \
${XENTOP}/docs/man/xlcpupool.cfg.pod.5 |\
- pod2man >${WRKDIR}/xlcpupool.cfg.5
+ pod2man -n xlcpupool.cfg >${WRKDIR}/xlcpupool.cfg.5
${SED} -e "s,@XENDCONFDIR@,${PKG_SYSCONFDIR},g" \
${XENTOP}/docs/man/xmdomain.cfg.pod.5 |\
- pod2man >${WRKDIR}/xmdomain.cfg.5
+ pod2man -n xmdomain.cfg >${WRKDIR}/xmdomain.cfg.5
INSTALLATION_DIRS= ${EGDIR} ${PKGMANDIR}/man5
diff -r 18d35725d3c6 -r 9a674c026629 sysutils/xentools45/Makefile
--- a/sysutils/xentools45/Makefile Sun Jun 12 18:47:51 2016 +0000
+++ b/sysutils/xentools45/Makefile Sun Jun 12 18:49:43 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2016/05/21 20:11:21 bad Exp $
+# $NetBSD: Makefile,v 1.34 2016/06/12 18:49:43 abs Exp $
VERSION= 4.5.3
PKGREVISION= 1
@@ -161,25 +161,25 @@
${CP} -f ${FILESDIR}/locking.sh ${WRKSRC}/hotplug/NetBSD/
${SED} -e "s,@XENDCONFDIR@,${PKG_SYSCONFDIR},g" \
${XENTOP}/docs/man/xenstore-chmod.pod.1 |\
- pod2man >${WRKDIR}/xenstore-chmod.1
+ pod2man -n xenstore-chmod >${WRKDIR}/xenstore-chmod.1
${SED} -e "s,@XENDCONFDIR@,${PKG_SYSCONFDIR},g" \
${XENTOP}/docs/man/xenstore-ls.pod.1 |\
- pod2man >${WRKDIR}/xenstore-ls.1
+ pod2man -n xenstore-ls >${WRKDIR}/xenstore-ls.1
${SED} -e "s,@XENDCONFDIR@,${PKG_SYSCONFDIR},g" \
${XENTOP}/docs/man/xenstore.pod.1 |\
- pod2man >${WRKDIR}/xenstore.1
+ pod2man -n xenstore >${WRKDIR}/xenstore.1
${SED} -e "s,@XENDCONFDIR@,${PKG_SYSCONFDIR},g" \
${XENTOP}/docs/man/xl.cfg.pod.5 |\
- pod2man >${WRKDIR}/xl.cfg.5
+ pod2man -n xl.cfg >${WRKDIR}/xl.cfg.5
${SED} -e "s,@XENDCONFDIR@,${PKG_SYSCONFDIR},g" \
${XENTOP}/docs/man/xl.conf.pod.5 |\
- pod2man >${WRKDIR}/xl.conf.5
+ pod2man -n xl.conf >${WRKDIR}/xl.conf.5
${SED} -e "s,@XENDCONFDIR@,${PKG_SYSCONFDIR},g" \
${XENTOP}/docs/man/xl.pod.1 |\
- pod2man >${WRKDIR}/xl.1
+ pod2man -n xl >${WRKDIR}/xl.1
${SED} -e "s,@XENDCONFDIR@,${PKG_SYSCONFDIR},g" \
${XENTOP}/docs/man/xlcpupool.cfg.pod.5 |\
- pod2man >${WRKDIR}/xlcpupool.cfg.5
+ pod2man -n xlcpupool.cfg >${WRKDIR}/xlcpupool.cfg.5
INSTALLATION_DIRS= ${EGDIR} ${PKGMANDIR}/man5
Home |
Main Index |
Thread Index |
Old Index