pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-swiftclient



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Nov 15 11:51:09 UTC 2023

Modified Files:
        pkgsrc/www/py-swiftclient: Makefile

Log Message:
py-swiftclient: use PKGMANDIR


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/py-swiftclient/Makefile

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

Modified files:

Index: pkgsrc/www/py-swiftclient/Makefile
diff -u pkgsrc/www/py-swiftclient/Makefile:1.11 pkgsrc/www/py-swiftclient/Makefile:1.12
--- pkgsrc/www/py-swiftclient/Makefile:1.11     Tue Nov  7 22:38:09 2023
+++ pkgsrc/www/py-swiftclient/Makefile  Wed Nov 15 11:51:09 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2023/11/07 22:38:09 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2023/11/15 11:51:09 wiz Exp $
 
 DISTNAME=      python-swiftclient-3.11.0
 PKGNAME=       ${DISTNAME:S/python/${PYPKGPREFIX}/}
@@ -28,7 +28,7 @@ USE_PKG_RESOURCES=    yes
 post-install:
        cd ${DESTDIR}${PREFIX} && \
        ${MV} bin/swift bin/swift-${PYVERSSUFFIX} && \
-       ${MV} man/man1/swift.1 man/man1/swift-${PYVERSSUFFIX}.1 || ${TRUE}
+       ${MV} ${PKGMANDIR}/man1/swift.1 ${PKGMANDIR}/man1/swift-${PYVERSSUFFIX}.1 || ${TRUE}
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index