summaryrefslogtreecommitdiff
path: root/chat/irssi
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-11-03 07:12:24 +0000
committerjoerg <joerg@pkgsrc.org>2006-11-03 07:12:24 +0000
commit166e92758f40d243e8461dc9e51a7950a6d9c6fc (patch)
treeadad21a6f3ffd99ae142f3aee6e93d9a8d019025 /chat/irssi
parentf0f238c0cfb529be13cde836f311f7c2a437f652 (diff)
downloadpkgsrc-166e92758f40d243e8461dc9e51a7950a6d9c6fc.tar.gz
DESTDIR support.
Diffstat (limited to 'chat/irssi')
-rw-r--r--chat/irssi/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/chat/irssi/Makefile b/chat/irssi/Makefile
index 829cd78df9e..dde051ee567 100644
--- a/chat/irssi/Makefile
+++ b/chat/irssi/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2006/03/04 06:34:13 wiz Exp $
+# $NetBSD: Makefile,v 1.46 2006/11/03 07:12:24 joerg Exp $
DISTNAME= ${IRSSI_DISTNAME}
CATEGORIES= chat
@@ -9,6 +9,8 @@ MAINTAINER= mutru@iki.fi
HOMEPAGE= http://www.irssi.org/
COMMENT= Secure and modular IRC client with text mode user interface
+PKG_DESTDIR_SUPPORT= user-destdir
+
.include "Makefile.common"
GNU_CONFIGURE= yes
@@ -31,7 +33,7 @@ CONF_FILES= ${EGDIR}/irssi.conf ${PKG_SYSCONFDIR}/irssi.conf
.include "../../devel/glib2/buildlink3.mk"
post-install:
- ${INSTALL_DATA} ${WRKSRC}/config.h ${IRSSI_CONFIG_H}
- ${INSTALL_DATA} ${WRKSRC}/irssi-config ${IRSSI_CONFIG}
+ ${INSTALL_DATA} ${WRKSRC}/config.h ${DESTDIR}${IRSSI_CONFIG_H}
+ ${INSTALL_DATA} ${WRKSRC}/irssi-config ${DESTDIR}${IRSSI_CONFIG}
.include "../../mk/bsd.pkg.mk"