diff options
author | tron <tron@pkgsrc.org> | 2009-12-20 10:09:42 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2009-12-20 10:09:42 +0000 |
commit | 6c06dbd411bc9a314ac85cde5065803797084af2 (patch) | |
tree | 9dd3be3ff5b5ea103d5f230019e833fe8d1966df /chat/xchat-perl | |
parent | 0142347a7dc7d820f78a59673ecd3985a64af7da (diff) | |
download | pkgsrc-6c06dbd411bc9a314ac85cde5065803797084af2.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/Makefile | 12 |
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" |