pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-tortoisehg



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri May 14 14:41:16 UTC 2021

Modified Files:
        pkgsrc/devel/py-tortoisehg: Makefile

Log Message:
py-tortoisehg: needs pax tool


To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 pkgsrc/devel/py-tortoisehg/Makefile

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

Modified files:

Index: pkgsrc/devel/py-tortoisehg/Makefile
diff -u pkgsrc/devel/py-tortoisehg/Makefile:1.73 pkgsrc/devel/py-tortoisehg/Makefile:1.74
--- pkgsrc/devel/py-tortoisehg/Makefile:1.73    Wed Apr 21 11:41:30 2021
+++ pkgsrc/devel/py-tortoisehg/Makefile Fri May 14 14:41:16 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.73 2021/04/21 11:41:30 adam Exp $
+# $NetBSD: Makefile,v 1.74 2021/05/14 14:41:16 nia Exp $
 
 DISTNAME=              tortoisehg-5.7
 PKGNAME=               ${PYPKGPREFIX}-${DISTNAME}
@@ -11,6 +11,8 @@ HOMEPAGE=             https://tortoisehg.bitbucket.
 COMMENT=               GUI for Mercurial
 LICENSE=               gnu-gpl-v2
 
+USE_TOOLS+=            pax
+
 REPLACE_PYTHON+=       thg
 
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-sphinx>=1.3.4nb1<2:../../textproc/py-sphinx1
@@ -41,7 +43,7 @@ pre-build:
 post-install:
        ${INSTALL_DATA} ${WRKSRC}/contrib/thg.desktop ${DESTDIR}${PREFIX}/share/applications/thg.desktop
        ${INSTALL_DATA} ${WRKSRC}/COPYING.txt ${DESTDIR}${PREFIX}/share/doc/tortoisehg
-       cd ${WRKSRC}/doc/build && pax -pp -rw html ${DESTDIR}${PREFIX}/share/doc/tortoisehg
+       cd ${WRKSRC}/doc/build && ${PAX} -pp -rw html ${DESTDIR}${PREFIX}/share/doc/tortoisehg
 
 .include "../../lang/python/application.mk"
 .include "../../lang/python/distutils.mk"



Home | Main Index | Thread Index | Old Index