diff options
author | wiz <wiz> | 2011-10-11 22:16:52 +0000 |
---|---|---|
committer | wiz <wiz> | 2011-10-11 22:16:52 +0000 |
commit | 1f5fa6dcc13356433c9525404faa7d1e6b0a6bbf (patch) | |
tree | 062c4f32449920588af861549ecd2c864b39ac00 /pkgtools/p5-pkgsrc-Dewey | |
parent | ad498f3c1fb3132e250c84d430908823ee406f59 (diff) | |
download | pkgsrc-1f5fa6dcc13356433c9525404faa7d1e6b0a6bbf.tar.gz |
Make path absolute. Addresses PR 45450.
Diffstat (limited to 'pkgtools/p5-pkgsrc-Dewey')
-rw-r--r-- | pkgtools/p5-pkgsrc-Dewey/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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: |