diff options
author | obache <obache> | 2011-03-07 02:19:51 +0000 |
---|---|---|
committer | obache <obache> | 2011-03-07 02:19:51 +0000 |
commit | 4fd7828d58ddab2333de96a0c27a93825ea2d405 (patch) | |
tree | 282f7c0ab073023d59185512ef6fc64512afafb7 /chat | |
parent | cfa2851a4e12ca47192cacbd1dae28e6a99f4113 (diff) | |
download | pkgsrc-4fd7828d58ddab2333de96a0c27a93825ea2d405.tar.gz |
Add user-destdir installation support.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/zircon/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/chat/zircon/Makefile b/chat/zircon/Makefile index 32186c4791b..2e8b3550205 100644 --- a/chat/zircon/Makefile +++ b/chat/zircon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2010/10/03 07:32:42 obache Exp $ +# $NetBSD: Makefile,v 1.15 2011/03/07 02:19:51 obache Exp $ # DISTNAME= zircon-1.18.245 @@ -11,13 +11,15 @@ HOMEPAGE= http://catless.ncl.ac.uk/Programs/Zircon/ COMMENT= X11 interface to Internet Relay Chat LICENSE= original-bsd +PKG_DESTDIR_SUPPORT= user-destdir + NO_CONFIGURE= yes NO_BUILD= yes USE_TOOLS+= wish:run tclsh do-install: - @( cd ${WRKSRC} && ${TCLSH} installer/install.tcl -b ${PREFIX}/bin -l ${PREFIX}/share/zircon -w ${WISH} -g) + @( cd ${WRKSRC} && ${TCLSH} installer/install.tcl -b ${PREFIX}/bin -l ${PREFIX}/share/zircon -p ${DESTDIR:Q} -w ${WISH} -g) @${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/zircon .for file in BUGS COPYRIGHT FAQ MANUAL MIRRORS README.ONS README.load README.look README.prefs TODO @${INSTALL_DATA} ${WRKSRC}/doc/${file} ${DESTDIR}${PREFIX}/share/doc/zircon |