summaryrefslogtreecommitdiff
path: root/games/gnarr/files/patch-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/gnarr/files/patch-Makefile')
-rw-r--r--games/gnarr/files/patch-Makefile21
1 files changed, 0 insertions, 21 deletions
diff --git a/games/gnarr/files/patch-Makefile b/games/gnarr/files/patch-Makefile
deleted file mode 100644
index 9c5b43f163f1..000000000000
--- a/games/gnarr/files/patch-Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
---- Makefile.orig 2014-06-15 18:04:50.966372146 +0800
-+++ Makefile 2014-06-15 18:05:31.349376790 +0800
-@@ -20,12 +20,12 @@ RM ?= rm -f
- all:
-
- install:
-- ${MKDIR} ${BINDIR}
-- ${INSTALL_PROGRAM} gnarr ${BINDIR}
-- ${MKDIR} ${ETCDIR}
-- ${INSTALL_DATA} etc/gnarr/* ${ETCDIR}
-- ${MKDIR} ${MAN6DIR}
-- ${INSTALL_DATA} gnarr.6 ${MAN6DIR}
-+ ${MKDIR} $(DESTDIR)${BINDIR}
-+ ${BSD_INSTALL_SCRIPT} gnarr $(DESTDIR)${BINDIR}
-+ ${MKDIR} $(DESTDIR)${ETCDIR}
-+ ${BSD_INSTALL_DATA} etc/gnarr/* $(DESTDIR)${ETCDIR}
-+ ${MKDIR} $(DESTDIR)${MAN6DIR}
-+ ${BSD_INSTALL_DATA} gnarr.6 $(DESTDIR)${MAN6DIR}
-
- clean:
-