diff options
author | christos <christos> | 2007-03-24 20:27:10 +0000 |
---|---|---|
committer | christos <christos> | 2007-03-24 20:27:10 +0000 |
commit | b5a3d068d2ff93fc7dbaa366400d39a5fb70fb8a (patch) | |
tree | 9f4206efe3d701d08436c717b0ba3d5813b3604b /multimedia/libflashsupport | |
parent | 857953cd1f4b30261239f03ff38de885173b9bf6 (diff) | |
download | pkgsrc-b5a3d068d2ff93fc7dbaa366400d39a5fb70fb8a.tar.gz |
use the absolute path of RPM2PKG
Diffstat (limited to 'multimedia/libflashsupport')
-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" |