pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/comms/p5-Asterisk Fix DESTDIR installation.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9460178cc36c
branches:  trunk
changeset: 396792:9460178cc36c
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Aug 03 15:19:17 2009 +0000

description:
Fix DESTDIR installation.

diffstat:

 comms/p5-Asterisk/Makefile |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r 402e01b3bf86 -r 9460178cc36c comms/p5-Asterisk/Makefile
--- a/comms/p5-Asterisk/Makefile        Mon Aug 03 15:18:03 2009 +0000
+++ b/comms/p5-Asterisk/Makefile        Mon Aug 03 15:19:17 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2009/07/07 15:42:13 sno Exp $
+# $NetBSD: Makefile,v 1.5 2009/08/03 15:19:17 joerg Exp $
 #
 
 DISTNAME=              asterisk-perl-1.01
@@ -26,10 +26,11 @@
 REPLACE_PERL+=         ${WRKSRC}/examples/${file}
 .endfor
 
+INSTALLATION_DIRS=     ${EXAMPLES_DIR}
+
 post-install:
-       ${INSTALL_SCRIPT_DIR} ${EXAMPLES_DIR}
 .for file in ${EXAMPLE_FILES}
-       ${INSTALL_SCRIPT} ${WRKSRC}/examples/${file} ${EXAMPLES_DIR}
+       ${INSTALL_SCRIPT} ${WRKSRC}/examples/${file} ${DESTDIR}${EXAMPLES_DIR}
 .endfor
 
 .include "../../lang/perl5/module.mk"



Home | Main Index | Thread Index | Old Index