summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-05-22 21:19:11 +0000
committerrillig <rillig@pkgsrc.org>2020-05-22 21:19:11 +0000
commitf069d7eaa6b7601aae43d962da1534dcd9b66cb7 (patch)
treef2859ddeca5f1979fac236c37fb271128d2b7fc3 /devel
parent49a79363ee0081119702352f68e475d2c16cb26e (diff)
downloadpkgsrc-f069d7eaa6b7601aae43d962da1534dcd9b66cb7.tar.gz
devel/roundup: remove nonexistent file from REPLACE_PYTHON
Diffstat (limited to 'devel')
-rw-r--r--devel/roundup/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/roundup/Makefile b/devel/roundup/Makefile
index b63a032de9d..ff50062d33e 100644
--- a/devel/roundup/Makefile
+++ b/devel/roundup/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.59 2020/03/20 11:57:31 nia Exp $
+# $NetBSD: Makefile,v 1.60 2020/05/22 21:19:11 rillig Exp $
DISTNAME= roundup-1.4.19
PKGREVISION= 3
@@ -14,7 +14,7 @@ USE_LANGUAGES= # empty
USE_TOOLS+= pax
PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 1.4.19
-REPLACE_PYTHON+= cgi-bin/roundup.cgi demo.py roundup/admin.py
+REPLACE_PYTHON+= demo.py roundup/admin.py
REPLACE_PYTHON+= frontends/roundup.cgi
REPLACE_PYTHON+= roundup/backends/locking.py
REPLACE_PYTHON+= roundup/cgi/TAL/talgettext.py