diff options
author | joerg <joerg> | 2010-01-29 16:08:17 +0000 |
---|---|---|
committer | joerg <joerg> | 2010-01-29 16:08:17 +0000 |
commit | d0f2618cd8ce47eb15c944c560e73c9291c772f3 (patch) | |
tree | 2adfb26d03d389ef79e40c780a9b644498273636 /chat/xaric | |
parent | 696a1cd783e0c68c93e2aa4c725b685f35dee5d7 (diff) | |
download | pkgsrc-d0f2618cd8ce47eb15c944c560e73c9291c772f3.tar.gz |
DESTDIR support
Diffstat (limited to 'chat/xaric')
-rw-r--r-- | chat/xaric/Makefile | 7 |
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" |