pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/p5-pkgsrc-Dewey Make path absolute. Addresses...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/24dada0c0f94
branches:  trunk
changeset: 593684:24dada0c0f94
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Oct 11 22:16:52 2011 +0000

description:
Make path absolute. Addresses PR 45450.

diffstat:

 pkgtools/p5-pkgsrc-Dewey/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 2c8cb1572e22 -r 24dada0c0f94 pkgtools/p5-pkgsrc-Dewey/Makefile
--- a/pkgtools/p5-pkgsrc-Dewey/Makefile Tue Oct 11 22:01:23 2011 +0000
+++ b/pkgtools/p5-pkgsrc-Dewey/Makefile Tue Oct 11 22:16:52 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2011/08/07 08:15:05 tron Exp $
+# $NetBSD: Makefile,v 1.19 2011/10/11 22:16:52 wiz Exp $
 
 DISTNAME=      p5-pkgsrc-Dewey-1.1
 PKGREVISION=   2
@@ -21,7 +21,7 @@
 
 PERL5_PACKLIST=                auto/pkgsrc/Dewey/.packlist
 
-PKG_INSTALL_FILESDIR=  ../../pkgtools/pkg_install/files
+PKG_INSTALL_FILESDIR=  ${PKGSRCDIR}/pkgtools/pkg_install/files
 PKG_INSTALL_FILES=     lib/dewey.c lib/dewey.h lib/defs.h
 
 do-extract:



Home | Main Index | Thread Index | Old Index