diff options
author | christos <christos@pkgsrc.org> | 2007-03-24 20:27:42 +0000 |
---|---|---|
committer | christos <christos@pkgsrc.org> | 2007-03-24 20:27:42 +0000 |
commit | 414ae5fe546a827b11a222abd342f06330f11ff2 (patch) | |
tree | ec980ef4904236db607ca182cfe1fe641d8a0149 /www | |
parent | 2b7d305b4be4f01d3288762fdb024bc0eb6329fa (diff) | |
download | pkgsrc-414ae5fe546a827b11a222abd342f06330f11ff2.tar.gz |
use the absolute path of RPM2PKG
Diffstat (limited to 'www')
-rw-r--r-- | www/nspluginwrapper/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/nspluginwrapper/Makefile b/www/nspluginwrapper/Makefile index 0966f080634..d3513220462 100644 --- a/www/nspluginwrapper/Makefile +++ b/www/nspluginwrapper/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2007/03/23 08:24:37 hira Exp $ +# $NetBSD: Makefile,v 1.3 2007/03/24 20:27:42 christos Exp $ # DISTNAME= nspluginwrapper-0.9.91.3 @@ -18,7 +18,7 @@ CONFIGURE_ARGS+= --prefix=${PREFIX} --x11=${X11BASE} RPMFILE= ${DISTNAME:S:-:-i386-:}-1.x86_64.rpm BUILD_DEPENDS+= rpm2pkg>=1.2:../../pkgtools/rpm2pkg -RPM2PKG= rpm2pkg +RPM2PKG= ${PREFIX}/sbin/rpm2pkg RPM2PKGARGS= ${DISTDIR}/${DIST_SUBDIR}/${RPMFILE} LINUXLIBDIR= ${PREFIX}/lib/nspluginwrapper/i386/linux |