summaryrefslogtreecommitdiff
path: root/misc/brs
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2008-06-20 01:09:05 +0000
committerjoerg <joerg@pkgsrc.org>2008-06-20 01:09:05 +0000
commit3b0d97b0de8516db29699676c860489da3f7f0e1 (patch)
treebb388f6b2532587595653e67cce25229ed050cb8 /misc/brs
parent10abca39942a8f34d088f39ccc073fee44271274 (diff)
downloadpkgsrc-3b0d97b0de8516db29699676c860489da3f7f0e1.tar.gz
Add DESTDIR support.
Diffstat (limited to 'misc/brs')
-rw-r--r--misc/brs/Makefile3
-rw-r--r--misc/brs/distinfo4
-rw-r--r--misc/brs/patches/patch-aa4
3 files changed, 6 insertions, 5 deletions
diff --git a/misc/brs/Makefile b/misc/brs/Makefile
index 8b19334a529..aa122ebeec4 100644
--- a/misc/brs/Makefile
+++ b/misc/brs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2007/12/02 08:58:25 rillig Exp $
+# $NetBSD: Makefile,v 1.9 2008/06/20 01:09:25 joerg Exp $
#
DISTNAME= brs.4.00.l1
@@ -11,6 +11,7 @@ MAINTAINER= bcv@hub3.net
HOMEPAGE= http://bible.theverge.com/brs.html
COMMENT= Interactive King James Version Bible
+PKG_DESTDIR_SUPPORT= user-destdir
WRKSRC= ${WRKDIR}/bible
BUILD_TARGET= bible
diff --git a/misc/brs/distinfo b/misc/brs/distinfo
index c4ff1badc91..af41c5f2f79 100644
--- a/misc/brs/distinfo
+++ b/misc/brs/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.4 2005/02/24 11:02:50 agc Exp $
+$NetBSD: distinfo,v 1.5 2008/06/20 01:09:25 joerg Exp $
SHA1 (brs.4.00.l1.tar.gz) = 12406ad5738caeb828e0773a45290ed5e098940a
RMD160 (brs.4.00.l1.tar.gz) = 1445c754ffd16cbb00cb27003b748a46c7aadbe0
Size (brs.4.00.l1.tar.gz) = 2651253 bytes
-SHA1 (patch-aa) = 81d55770231faf4170d3ac1f533afda763fd6d2e
+SHA1 (patch-aa) = 054c845a340e5e28e627a02d589ff66c0ba2349d
SHA1 (patch-ab) = 392a451cea87ba91f9a4316dc07c278dc86635b9
SHA1 (patch-ac) = d00c82994c076dd7fc2eadbaf144fdd79a65152a
SHA1 (patch-ad) = 40cafb5c0d4a20a83dfc88821bfe97aaefff7507
diff --git a/misc/brs/patches/patch-aa b/misc/brs/patches/patch-aa
index bfaa38fe61a..1b2693798b6 100644
--- a/misc/brs/patches/patch-aa
+++ b/misc/brs/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.2 2004/08/16 11:54:20 salo Exp $
+$NetBSD: patch-aa,v 1.3 2008/06/20 01:09:25 joerg Exp $
--- Makefile.orig 1994-12-15 02:53:00.000000000 +0100
+++ Makefile 2004-08-16 11:08:11.000000000 +0200
@@ -7,7 +7,7 @@ $NetBSD: patch-aa,v 1.2 2004/08/16 11:54:20 salo Exp $
# where to install this stuff
-DEST = /usr
-+DEST = $(PREFIX)
++DEST = ${DESTDIR}$(PREFIX)
#DEST = $(HOME)/local
DESTBIN = $(DEST)/bin
-DESTLIB = $(DEST)/lib