pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/py-mcomix
Module Name: pkgsrc
Committed By: wiz
Date: Sun May 17 07:18:03 UTC 2026
Modified Files:
pkgsrc/graphics/py-mcomix: Makefile
Log Message:
py-mcomix: use gzcat for .gz files
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/graphics/py-mcomix/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/py-mcomix/Makefile
diff -u pkgsrc/graphics/py-mcomix/Makefile:1.35 pkgsrc/graphics/py-mcomix/Makefile:1.36
--- pkgsrc/graphics/py-mcomix/Makefile:1.35 Sun May 10 18:46:11 2026
+++ pkgsrc/graphics/py-mcomix/Makefile Sun May 17 07:18:03 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2026/05/10 18:46:11 wiz Exp $
+# $NetBSD: Makefile,v 1.36 2026/05/17 07:18:03 wiz Exp $
DISTNAME= mcomix-3.1.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -58,7 +58,7 @@ INSTALLATION_DIRS+= share/metainfo
INSTALLATION_DIRS+= share/mime/packages
post-install:
- zcat ${WRKSRC}/share/man/man1/mcomix.1.gz > ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/mcomix.1
+ gzcat ${WRKSRC}/share/man/man1/mcomix.1.gz > ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/mcomix.1
.for f in ${EXTRA_INSTALL}
${INSTALL_DATA} ${WRKSRC}/${f} ${DESTDIR}${PREFIX}/${f}
.endfor
Home |
Main Index |
Thread Index |
Old Index