diff options
author | joerg <joerg@pkgsrc.org> | 2008-06-20 01:09:05 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-06-20 01:09:05 +0000 |
commit | 3b0d97b0de8516db29699676c860489da3f7f0e1 (patch) | |
tree | bb388f6b2532587595653e67cce25229ed050cb8 /chat | |
parent | 10abca39942a8f34d088f39ccc073fee44271274 (diff) | |
download | pkgsrc-3b0d97b0de8516db29699676c860489da3f7f0e1.tar.gz |
Add DESTDIR support.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/gale/Makefile | 11 | ||||
-rw-r--r-- | chat/gg2/Makefile | 4 | ||||
-rw-r--r-- | chat/gnomeicu/Makefile | 4 | ||||
-rw-r--r-- | chat/gossip/Makefile | 4 | ||||
-rw-r--r-- | chat/ninja/Makefile | 4 | ||||
-rw-r--r-- | chat/weechat/Makefile | 3 |
6 files changed, 21 insertions, 9 deletions
diff --git a/chat/gale/Makefile b/chat/gale/Makefile index 0e1bd91ae55..8f7e5654482 100644 --- a/chat/gale/Makefile +++ b/chat/gale/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2008/01/18 05:06:24 tnn Exp $ +# $NetBSD: Makefile,v 1.36 2008/06/20 01:09:09 joerg Exp $ DISTNAME= gale-0.99fruit PKGNAME= gale-0.99f @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://gale.org/ COMMENT= Secure instant messaging system +PKG_DESTDIR_SUPPORT= user-destdir + USE_GNU_READLINE= yes # needs rl_named_function() USE_LIBTOOL= yes GNU_CONFIGURE= yes @@ -39,10 +41,11 @@ OWN_DIRS_PERMS= ${PKG_SYSCONFDIR}/auth/cache \ OWN_DIRS_PERMS+= ${PKG_SYSCONFDIR}/auth/local \ ${SHAREOWN} ${SHAREGRP} 1777 +INSTALLATION_DIRS= ${EGDIR} + post-install: - ${INSTALL_DATA_DIR} ${EGDIR} - ${INSTALL_DATA} ${WRKSRC}/kutils/ROOT ${EGDIR} - ${INSTALL_DATA} ${WRKSRC}/COPYING ${EGDIR} + ${INSTALL_DATA} ${WRKSRC}/kutils/ROOT ${DESTDIR}${EGDIR} + ${INSTALL_DATA} ${WRKSRC}/COPYING ${DESTDIR}${EGDIR} .include "../../devel/boehm-gc/buildlink3.mk" .include "../../devel/glib/buildlink3.mk" diff --git a/chat/gg2/Makefile b/chat/gg2/Makefile index dc59640786a..428e831166d 100644 --- a/chat/gg2/Makefile +++ b/chat/gg2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2008/03/06 14:53:48 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2008/06/20 01:09:09 joerg Exp $ DISTNAME= gg2-2.3.0 PKGREVISION= 3 @@ -10,6 +10,8 @@ MAINTAINER= adam@NetBSD.org HOMEPAGE= http://ggadu.sourceforge.net/ COMMENT= Instant messenger software for Poland; Jabber plugin included +PKG_DESTDIR_SUPPORT= user-destdir + USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes USE_TOOLS+= gmake intltool pkg-config diff --git a/chat/gnomeicu/Makefile b/chat/gnomeicu/Makefile index 400c5a91803..c3e08948c2a 100644 --- a/chat/gnomeicu/Makefile +++ b/chat/gnomeicu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.54 2008/05/30 12:29:00 wiz Exp $ +# $NetBSD: Makefile,v 1.55 2008/06/20 01:09:09 joerg Exp $ DISTNAME= gnomeicu-0.99.12 PKGREVISION= 5 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://gnomeicu.sourceforge.net/ COMMENT= GNOME ICQ client +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= YES USE_DIRS+= gnome2-1.5 USE_TOOLS+= gmake intltool msgfmt pkg-config diff --git a/chat/gossip/Makefile b/chat/gossip/Makefile index c4d806ba71b..136037b7064 100644 --- a/chat/gossip/Makefile +++ b/chat/gossip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.57 2008/03/06 14:53:48 wiz Exp $ +# $NetBSD: Makefile,v 1.58 2008/06/20 01:09:09 joerg Exp $ # DISTNAME= gossip-0.10.2 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://gossip.imendio.org/ COMMENT= GTK2 Jabber Instant Messaging client +PKG_DESTDIR_SUPPORT= user-destdir + BUILD_DEPENDS+= p5-XML-Parser>=2.31nb1:../../textproc/p5-XML-Parser USE_DIRS+= gnome2-1.5 diff --git a/chat/ninja/Makefile b/chat/ninja/Makefile index cb6e0e753a5..d341bd48458 100644 --- a/chat/ninja/Makefile +++ b/chat/ninja/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2006/10/04 20:50:46 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2008/06/20 01:09:09 joerg Exp $ # DISTNAME= ninja-1.5.8.1 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= ftp://qoop.org/ninja/ COMMENT= Another IRC client based on ircII +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= YES USE_TOOLS+= gmake diff --git a/chat/weechat/Makefile b/chat/weechat/Makefile index 9149e5c7f07..d3b6b2c961a 100644 --- a/chat/weechat/Makefile +++ b/chat/weechat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2008/05/11 19:10:30 tonio Exp $ +# $NetBSD: Makefile,v 1.20 2008/06/20 01:09:09 joerg Exp $ # DISTNAME= weechat-0.2.6 @@ -11,6 +11,7 @@ HOMEPAGE= http://weechat.flashtux.org/ COMMENT= Lightweight and user friendly curses based IRC client PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir USE_PKGLOCALEDIR= yes USE_TOOLS+= msgfmt |