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 /time/rsibreak | |
parent | f1b924fda77b6920565e56f54c9391b4dc68f8ca (diff) | |
download | pkgsrc-d8368bbc25c90072a19b5e48f0fba26251b6877f.tar.gz |
Add DESTDIR support.
Diffstat (limited to 'time/rsibreak')
-rw-r--r-- | time/rsibreak/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/time/rsibreak/Makefile b/time/rsibreak/Makefile index bf471c5da4b..8f6341eb544 100644 --- a/time/rsibreak/Makefile +++ b/time/rsibreak/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2008/01/18 05:09:46 tnn Exp $ +# $NetBSD: Makefile,v 1.6 2008/06/20 01:09:39 joerg Exp $ DISTNAME= Rsibreak-0.8.0 PKGNAME= rsibreak-0.8.0 @@ -11,6 +11,8 @@ MAINTAINER= markd@NetBSD.org HOMEPAGE= http://www.rsibreak.org/ COMMENT= RSI management tool +PKG_DESTDIR_SUPPORT= user-destdir + WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} USE_TOOLS+= msgfmt perl |