summaryrefslogtreecommitdiff
path: root/chat/xaric
diff options
context:
space:
mode:
Diffstat (limited to 'chat/xaric')
-rw-r--r--chat/xaric/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/chat/xaric/Makefile b/chat/xaric/Makefile
index c374d5f8b59..57013f112fd 100644
--- a/chat/xaric/Makefile
+++ b/chat/xaric/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2009/05/28 20:56:59 zafer Exp $
+# $NetBSD: Makefile,v 1.16 2010/01/29 16:08:17 joerg Exp $
#
DISTNAME= xaric-0.12.1
@@ -10,9 +10,14 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://rf.cx/software/xaric/
COMMENT= IRC client similar to BitchX and ircII
+PKG_DESTDIR_SUPPORT= user-destdir
+
GNU_CONFIGURE= yes
USE_TOOLS+= gmake
CONFIGURE_ARGS+= --enable-optimize
+INSTALL_MAKE_FLAGS+= prefix=${DESTDIR}${PREFIX} \
+ mandir=${DESTDIR}${PREFIX}/${PKGMANDIR}
+
.include "../../mk/bsd.pkg.mk"