diff options
author | rillig <rillig@pkgsrc.org> | 2020-05-22 15:47:07 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2020-05-22 15:47:07 +0000 |
commit | 916afab28ee2ca7d7227a692ed9947b127aff932 (patch) | |
tree | 6b1449c682ae6c8ef1a749c4e84c51c9d3bee48b | |
parent | 1fd8646422fd0bf8fc7140537aa7ee6f8a440b5c (diff) | |
download | pkgsrc-916afab28ee2ca7d7227a692ed9947b127aff932.tar.gz |
games/crossfire-server: remove nonexistent files from REPLACE_PERL
These files use autoconf for replacing the Perl interpreter now.
-rw-r--r-- | games/crossfire-server/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/games/crossfire-server/Makefile b/games/crossfire-server/Makefile index 573f3e1c70a..08cace6a15f 100644 --- a/games/crossfire-server/Makefile +++ b/games/crossfire-server/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.54 2020/05/22 10:56:07 adam Exp $ +# $NetBSD: Makefile,v 1.55 2020/05/22 15:47:07 rillig Exp $ DISTNAME= crossfire-1.71.0 PKGNAME= ${DISTNAME:S/crossfire-/crossfire-server-/1} @@ -50,9 +50,6 @@ REPLACE_PERL+= lib/adm/archsearch.pl REPLACE_PERL+= lib/adm/collect_images.pl REPLACE_PERL+= lib/adm/map_expand.pl REPLACE_PERL+= lib/adm/mapslitter.pl -REPLACE_PERL+= lib/collect.pl -REPLACE_PERL+= lib/util.pl -REPLACE_PERL+= utils/metaserver.pl REPLACE_PERL+= utils/player_dl.pl.in REPLACE_PERL+= utils/metaserver.pl.in REPLACE_PERL+= utils/mktable.script |