summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2021-01-14 08:50:02 +0000
committerwiz <wiz@pkgsrc.org>2021-01-14 08:50:02 +0000
commitba1d0b75a006dc6990203e311c308177370cf005 (patch)
treef637021cc8df92142638236a063c00265f0bce4e /games
parent1732062fcec29d06ad837f6ef5f86c7684f31bd0 (diff)
downloadpkgsrc-ba1d0b75a006dc6990203e311c308177370cf005.tar.gz
hitori: remove patch removed from distinfo during last update
Diffstat (limited to 'games')
-rw-r--r--games/hitori/patches/patch-Makefile.in26
1 files changed, 0 insertions, 26 deletions
diff --git a/games/hitori/patches/patch-Makefile.in b/games/hitori/patches/patch-Makefile.in
deleted file mode 100644
index 89ccf292a24..00000000000
--- a/games/hitori/patches/patch-Makefile.in
+++ /dev/null
@@ -1,26 +0,0 @@
-$NetBSD: patch-Makefile.in,v 1.1 2017/09/09 14:40:24 joerg Exp $
-
-Don't use modern msgfmt features they don't do anything.
-
---- Makefile.in.orig 2017-04-30 22:19:31.000000000 +0000
-+++ Makefile.in
-@@ -1416,8 +1416,7 @@ check-local: check-builder
- # Desktop file
- %.desktop: %.desktop.in
- @$(MKDIR_P) $(dir $@)
-- $(AM_V_GEN) $(MSGFMT) --desktop --template $< -o $@-t \
-- -d $(top_srcdir)/po && mv $@-t $@
-+ cp $< $@
-
- check-desktop: $(desktop_DATA)
- [ "$(DESKTOP_FILE_VALIDATE)" = "" ] || \
-@@ -1429,8 +1428,7 @@ check-local: check-desktop
-
- %.appdata.xml: %.appdata.xml.in
- @$(MKDIR_P) $(dir $@)
-- $(AM_V_GEN) $(MSGFMT) --xml --template $< -o $@-t \
-- -d $(top_srcdir)/po && mv $@-t $@
-+ cp $< $@
-
- # Copy all the spec files. Of course, only one is actually used.
- dist-hook: