summaryrefslogtreecommitdiff
path: root/chat/xchat-perl
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2009-12-20 10:09:42 +0000
committertron <tron@pkgsrc.org>2009-12-20 10:09:42 +0000
commit1b90ad452a81d7cd4b57412dd5004643a08673b0 (patch)
tree9dd3be3ff5b5ea103d5f230019e833fe8d1966df /chat/xchat-perl
parent4310d8d6ae045fe77640194fe229d8ac3e1d14da (diff)
downloadpkgsrc-1b90ad452a81d7cd4b57412dd5004643a08673b0.tar.gz
Add support for user destinaton dir installation to the "xchat-perl"
package.
Diffstat (limited to 'chat/xchat-perl')
-rw-r--r--chat/xchat-perl/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/chat/xchat-perl/Makefile b/chat/xchat-perl/Makefile
index 9f0ab91e393..34076f903ba 100644
--- a/chat/xchat-perl/Makefile
+++ b/chat/xchat-perl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2008/10/19 19:17:42 he Exp $
+# $NetBSD: Makefile,v 1.6 2009/12/20 10:09:42 tron Exp $
.include "../../chat/xchat/Makefile.common"
@@ -23,13 +23,13 @@ USE_TOOLS+= perl
.include "../../lang/perl5/buildlink3.mk"
post-install:
- ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/xchat
+ ${INSTALL_DATA_DIR} ${DESTDIR}/${PREFIX}/share/examples/xchat
${INSTALL_DATA} ${WRKSRC}/plugins/perl/alt_completion.pl \
- ${PREFIX}/share/examples/xchat
- ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xchat
+ ${DESTDIR}/${PREFIX}/share/examples/xchat
+ ${INSTALL_DATA_DIR} ${DESTDIR}/${PREFIX}/share/doc/xchat
${INSTALL_DATA} ${WRKSRC}/plugins/perl/xchat2-perl.html \
- ${PREFIX}/share/doc/xchat
+ ${DESTDIR}/${PREFIX}/share/doc/xchat
${INSTALL_DATA} ${WRKSRC}/plugins/perl/xchat2-perldocs.html \
- ${PREFIX}/share/doc/xchat
+ ${DESTDIR}/${PREFIX}/share/doc/xchat
.include "../../mk/bsd.pkg.mk"