diff options
author | markd <markd@pkgsrc.org> | 2009-02-11 21:11:21 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2009-02-11 21:11:21 +0000 |
commit | 45c870cf4ab8f15a3e7302f0c43e3e407d90284f (patch) | |
tree | df1d1446ecf974a6a23eef89a3c11ca377bc270b /mail/kbiff/Makefile | |
parent | 784045147a88acf7829f01d9025faa80db69bed6 (diff) | |
download | pkgsrc-45c870cf4ab8f15a3e7302f0c43e3e407d90284f.tar.gz |
add DESTDIR support.
Diffstat (limited to 'mail/kbiff/Makefile')
-rw-r--r-- | mail/kbiff/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/kbiff/Makefile b/mail/kbiff/Makefile index ca72df69454..b53319e28ff 100644 --- a/mail/kbiff/Makefile +++ b/mail/kbiff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2008/10/12 11:23:13 markd Exp $ +# $NetBSD: Makefile,v 1.35 2009/02/11 21:11:21 markd Exp $ DISTNAME= kbiff-3.9 CATEGORIES= devel kde @@ -9,6 +9,8 @@ MAINTAINER= markd@NetBSD.org HOMEPAGE= http://www.kbiff.org COMMENT= Mail notification utility for KDE +PKG_DESTDIR_SUPPORT= user-destdir + USE_TOOLS+= gmake perl USE_LANGUAGES= c c++ USE_LIBTOOL= yes |