pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-game



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sat May 23 09:04:04 UTC 2020

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

Log Message:
devel/py-game: remove nonexistent files from REPLACE_PYTHON


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/devel/py-game/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-game/Makefile
diff -u pkgsrc/devel/py-game/Makefile:1.38 pkgsrc/devel/py-game/Makefile:1.39
--- pkgsrc/devel/py-game/Makefile:1.38  Thu Jun  6 21:46:11 2019
+++ pkgsrc/devel/py-game/Makefile       Sat May 23 09:04:04 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2019/06/06 21:46:11 adam Exp $
+# $NetBSD: Makefile,v 1.39 2020/05/23 09:04:04 rillig Exp $
 
 DISTNAME=      pygame-1.9.6
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
@@ -12,11 +12,7 @@ LICENSE=     gnu-lgpl-v2.1
 
 USE_TOOLS+=    pkg-config
 
-REPLACE_PYTHON+=       bundle_docs.py
-REPLACE_PYTHON+=       config.py
 REPLACE_PYTHON+=       examples/*.py
-REPLACE_PYTHON+=       makeref.py
-REPLACE_PYTHON+=       run_tests.py
 REPLACE_PYTHON+=       setup.py
 
 SUBST_CLASSES+=                fixpath



Home | Main Index | Thread Index | Old Index