diff options
author | joerg <joerg> | 2008-06-20 01:09:05 +0000 |
---|---|---|
committer | joerg <joerg> | 2008-06-20 01:09:05 +0000 |
commit | d8368bbc25c90072a19b5e48f0fba26251b6877f (patch) | |
tree | bb388f6b2532587595653e67cce25229ed050cb8 /misc/brs/Makefile | |
parent | f1b924fda77b6920565e56f54c9391b4dc68f8ca (diff) | |
download | pkgsrc-d8368bbc25c90072a19b5e48f0fba26251b6877f.tar.gz |
Add DESTDIR support.
Diffstat (limited to 'misc/brs/Makefile')
-rw-r--r-- | misc/brs/Makefile | 3 |
1 files changed, 2 insertions, 1 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 |