pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/xentools45



Module Name:    pkgsrc
Committed By:   abs
Date:           Sun Jun 12 18:49:43 UTC 2016

Modified Files:
        pkgsrc/sysutils/xentools45: Makefile

Log Message:
Update pkgsrc pod2man usage for perl v5.24.
No pkgrevision bump as no functional change if package built


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/sysutils/xentools45/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/xentools45/Makefile
diff -u pkgsrc/sysutils/xentools45/Makefile:1.33 pkgsrc/sysutils/xentools45/Makefile:1.34
--- pkgsrc/sysutils/xentools45/Makefile:1.33    Sat May 21 20:11:21 2016
+++ pkgsrc/sysutils/xentools45/Makefile Sun Jun 12 18:49:43 2016
@@ -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 @@ pre-build:
        ${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