pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/print/pdf-redact-tools
Module Name: pkgsrc
Committed By: rillig
Date: Fri May 22 19:17:25 UTC 2020
Modified Files:
pkgsrc/print/pdf-redact-tools: Makefile
Log Message:
print/pdf-redact-tools: remove unnecessary REPLACE_PYTHON
The file was not found because of a typo in the filename, and the package
still got installed correctly since Python fixes the interpreter itself.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/print/pdf-redact-tools/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/print/pdf-redact-tools/Makefile
diff -u pkgsrc/print/pdf-redact-tools/Makefile:1.3 pkgsrc/print/pdf-redact-tools/Makefile:1.4
--- pkgsrc/print/pdf-redact-tools/Makefile:1.3 Thu Apr 25 07:33:14 2019
+++ pkgsrc/print/pdf-redact-tools/Makefile Fri May 22 19:17:25 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2019/04/25 07:33:14 maya Exp $
+# $NetBSD: Makefile,v 1.4 2020/05/22 19:17:25 rillig Exp $
DISTNAME= pdf-redact-tools-0.1
PKGREVISION= 1
@@ -16,8 +16,6 @@ DEPENDS+= p5-Image-ExifTool-[0-9]*:../..
USE_LANGUAGES= # none
-REPLACE_PYTHON= pdf-react-tools
-
.include "../../lang/python/application.mk"
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index