diff options
author | christos <christos@pkgsrc.org> | 2007-03-24 20:27:10 +0000 |
---|---|---|
committer | christos <christos@pkgsrc.org> | 2007-03-24 20:27:10 +0000 |
commit | f54f02029a259b5bd691c3d851947746372a7322 (patch) | |
tree | 9f4206efe3d701d08436c717b0ba3d5813b3604b /multimedia | |
parent | 86a1ea94374ca8eae42e345a1bef228c9be7e4b1 (diff) | |
download | pkgsrc-f54f02029a259b5bd691c3d851947746372a7322.tar.gz |
use the absolute path of RPM2PKG
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/libflashsupport/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/libflashsupport/Makefile b/multimedia/libflashsupport/Makefile index 6573dce9020..e33b0f71ee2 100644 --- a/multimedia/libflashsupport/Makefile +++ b/multimedia/libflashsupport/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/03/22 21:46:44 abs Exp $ +# $NetBSD: Makefile,v 1.2 2007/03/24 20:27:10 christos Exp $ # PKGNAME= libflashsupport-1.0.2098 @@ -15,7 +15,7 @@ USE_LANGUAGES= # none NO_BUILD= YES BUILD_DEPENDS+= rpm2pkg>=1.2:../../pkgtools/rpm2pkg -RPM2PKG= rpm2pkg +RPM2PKG= ${PREFIX}/sbin/rpm2pkg RPM2PKGARGS= -d ${WRKDIR} -s 3 ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX} .include "../../emulators/suse_linux/Makefile.application" |