From 1f5fa6dcc13356433c9525404faa7d1e6b0a6bbf Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 11 Oct 2011 22:16:52 +0000 Subject: Make path absolute. Addresses PR 45450. --- pkgtools/p5-pkgsrc-Dewey/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgtools') diff --git a/pkgtools/p5-pkgsrc-Dewey/Makefile b/pkgtools/p5-pkgsrc-Dewey/Makefile index 330e719bd02..570a80f1d1f 100644 --- a/pkgtools/p5-pkgsrc-Dewey/Makefile +++ b/pkgtools/p5-pkgsrc-Dewey/Makefile @@ -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 @@ USE_LANGUAGES= c 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: -- cgit v1.2.3