diff options
author | joerg <joerg@pkgsrc.org> | 2010-02-14 20:26:35 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-02-14 20:26:35 +0000 |
commit | 3a97bda8084c9574c246fc8e8f02562e877f9421 (patch) | |
tree | 86df9c03d53ba4a58ad29018b08d3107a5fa1d4c /chat | |
parent | f7f9b5becce06ebd42267f26f35cfb053e61f324 (diff) | |
download | pkgsrc-3a97bda8084c9574c246fc8e8f02562e877f9421.tar.gz |
DESTDIR ready
Diffstat (limited to 'chat')
-rw-r--r-- | chat/quirc/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chat/quirc/Makefile b/chat/quirc/Makefile index ae0f9c90f1b..6ea87ff4a6d 100644 --- a/chat/quirc/Makefile +++ b/chat/quirc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2010/01/06 18:36:14 joerg Exp $ +# $NetBSD: Makefile,v 1.18 2010/02/14 20:26:35 joerg Exp $ # DISTNAME= quirc-0.9.84 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://quirc.org/ COMMENT= Stable and powerful graphical IRC client +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= YES USE_LANGUAGES= c c++ USE_TOOLS+= gmake automake autoconf autoreconf wish |