diff options
author | joerg <joerg@pkgsrc.org> | 2008-07-14 12:55:56 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-07-14 12:55:56 +0000 |
commit | 5496dcf9414fe693522f2f63a518a178a855c0ae (patch) | |
tree | 2ac7a0c732963ecca7c542877ebd1c2f939136e3 /chat/loudmouth | |
parent | b0f52890c8cac20f1dad6d4dfe06741759412173 (diff) | |
download | pkgsrc-5496dcf9414fe693522f2f63a518a178a855c0ae.tar.gz |
Mark as destdir ready.
Diffstat (limited to 'chat/loudmouth')
-rw-r--r-- | chat/loudmouth/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chat/loudmouth/Makefile b/chat/loudmouth/Makefile index 4e1068b2e92..2285e651be5 100644 --- a/chat/loudmouth/Makefile +++ b/chat/loudmouth/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2008/03/06 14:53:48 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2008/07/14 12:55:59 joerg Exp $ DISTNAME= loudmouth-1.2.3 PKGREVISION= 1 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://loudmouth.imendio.org/ COMMENT= Lightweight Jabber client library +PKG_DESTDIR_SUPPORT= user-destdir + USE_LIBTOOL= yes USE_TOOLS+= gmake pkg-config GNU_CONFIGURE= yes |