pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/knot



Module Name:    pkgsrc
Committed By:   rillig
Date:           Fri May  8 16:25:04 UTC 2020

Modified Files:
        pkgsrc/net/knot: Makefile

Log Message:
net/knot: remove nonexistent file from REPLACE_PYTHON


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 pkgsrc/net/knot/Makefile

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

Modified files:

Index: pkgsrc/net/knot/Makefile
diff -u pkgsrc/net/knot/Makefile:1.51 pkgsrc/net/knot/Makefile:1.52
--- pkgsrc/net/knot/Makefile:1.51       Mon Mar 30 12:42:22 2020
+++ pkgsrc/net/knot/Makefile    Fri May  8 16:25:04 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2020/03/30 12:42:22 ryoon Exp $
+# $NetBSD: Makefile,v 1.52 2020/05/08 16:25:04 rillig Exp $
 
 DISTNAME=      knot-2.9.3
 CATEGORIES=    net
@@ -35,8 +35,6 @@ CFLAGS +=     -march=i586 
 USE_LIBTOOL=   yes
 USE_TOOLS+=    bison flex gmake pkg-config
 
-REPLACE_PYTHON=                src/utils/pykeymgr/pykeymgr.in
-
 .include "../../lang/python/extension.mk"
 .include "../../lang/python/application.mk"
 



Home | Main Index | Thread Index | Old Index