pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
wordwarvi: Install executables into /bin
Module Name: pkgsrc-wip
Committed By: Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By: kamil
Date: Tue Jul 26 20:46:24 2016 +0200
Changeset: 22cc8679ea3dd910589568d1fc7a306550abdb0a
Modified Files:
wordwarvi/distinfo
wordwarvi/patches/patch-aa
Log Message:
wordwarvi: Install executables into /bin
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=22cc8679ea3dd910589568d1fc7a306550abdb0a
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
wordwarvi/distinfo | 2 +-
wordwarvi/patches/patch-aa | 15 ++++++++++++++-
2 files changed, 15 insertions(+), 2 deletions(-)
diffs:
diff --git a/wordwarvi/distinfo b/wordwarvi/distinfo
index cbe745f..345e12a 100644
--- a/wordwarvi/distinfo
+++ b/wordwarvi/distinfo
@@ -4,5 +4,5 @@ SHA1 (wordwarvi-1.0.2.tar.gz) = 3db0e404113d0377c358083d78ee21645ab654b6
RMD160 (wordwarvi-1.0.2.tar.gz) = ab4a0442384610db3fd9d598c183638949612546
SHA512 (wordwarvi-1.0.2.tar.gz) = 231e02b339dc1f73345113ee37ddcd4fc5110e6e4402b46aee60a969c6b554cc59dc4bb6389f2537d1e418489831f84580fadb05df42ebeede7b56945389b86d
Size (wordwarvi-1.0.2.tar.gz) = 8814650 bytes
-SHA1 (patch-aa) = a2b85856abee3f3dc8811d17bc1236853d04cbc9
+SHA1 (patch-aa) = 64866facf5e2d7e35bd1ca2f9da39975e52f5468
SHA1 (patch-ab) = 722752254fd64a2d4e30927ca9558d3947512693
diff --git a/wordwarvi/patches/patch-aa b/wordwarvi/patches/patch-aa
index 8e16fd5..8cedb8a 100644
--- a/wordwarvi/patches/patch-aa
+++ b/wordwarvi/patches/patch-aa
@@ -1,9 +1,22 @@
$NetBSD: patch-aa,v 1.1.1.1 2008/12/25 12:27:03 thomasklausner Exp $
---- Makefile.orig 2008-12-12 02:24:34.000000000 +0000
+--- Makefile.orig 2016-03-11 15:16:11.000000000 +0000
+++ Makefile
@@ -1,4 +1,3 @@
-PREFIX=/usr
DATADIR=${PREFIX}/share/wordwarvi
MANDIR?=${PREFIX}/share/man
MANPAGEDIR=${MANDIR}/man6
+@@ -116,10 +115,10 @@ wordwarvi.6.gz: wordwarvi.6
+ gzip -c wordwarvi.6 > wordwarvi.6.gz
+
+ install: wordwarvi wordwarvi.6.gz
+- mkdir -p $(DESTDIR)$(PREFIX)/games
++ mkdir -p $(DESTDIR)$(PREFIX)
+ mkdir -p $(DESTDIR)$(DATADIR)/sounds
+ mkdir -p $(DESTDIR)$(MANPAGEDIR)
+- install -p -m 755 wordwarvi $(DESTDIR)$(PREFIX)/games
++ install -p -m 755 wordwarvi $(DESTDIR)$(PREFIX)
+ install -p -m 644 sounds/*.ogg $(DESTDIR)$(DATADIR)/sounds
+ install -p -m 644 wordwarvi.6.gz $(DESTDIR)$(MANPAGEDIR)
+
Home |
Main Index |
Thread Index |
Old Index