diff options
author | joerg <joerg@pkgsrc.org> | 2007-06-15 20:10:41 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-06-15 20:10:41 +0000 |
commit | 554eb69ddc9d1213b2efbe4319b0207686a64266 (patch) | |
tree | e9ffe931147b49d95b3908cb7184581009ce65f1 /multimedia | |
parent | 1b21dcb0fbfeb59901574e5f411e599239c2a108 (diff) | |
download | pkgsrc-554eb69ddc9d1213b2efbe4319b0207686a64266.tar.gz |
Use EMULSUBDIR in PLIST to not embedded full pathes in the PLIST.
Fixes build on DragonFly. Bump revision.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/libflashsupport/Makefile | 5 | ||||
-rw-r--r-- | multimedia/libflashsupport/PLIST | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/multimedia/libflashsupport/Makefile b/multimedia/libflashsupport/Makefile index 04dd7e68625..2e373a4ebc5 100644 --- a/multimedia/libflashsupport/Makefile +++ b/multimedia/libflashsupport/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.4 2007/04/19 16:11:35 xtraeme Exp $ +# $NetBSD: Makefile,v 1.5 2007/06/15 20:10:41 joerg Exp $ # PKGNAME= libflashsupport-1.0.2098 DISTNAME= libflashsupport-1-0-2098-i586 +PKGREVISION= 1 CATEGORIES= multimedia MASTER_SITES= http://www.thinlincusergroup.se/forum/teknik/666951651/510222697/ EXTRACT_SUFX= .rpm @@ -29,6 +30,8 @@ ONLY_FOR_PLATFORM= *-*-i386 INSTALLATION_DIRS= share/doc +PLIST_SUBST= EMULSUBDIR=${EMULSUBDIR} + do-extract: ${RPM2PKG} ${RPM2PKGARGS} diff --git a/multimedia/libflashsupport/PLIST b/multimedia/libflashsupport/PLIST index 736090af0a7..94247e08011 100644 --- a/multimedia/libflashsupport/PLIST +++ b/multimedia/libflashsupport/PLIST @@ -1,3 +1,3 @@ -@comment $NetBSD: PLIST,v 1.2 2007/04/19 16:11:35 xtraeme Exp $ -${OPSYS_EMULDIR}/usr/lib/libflashsupport.so +@comment $NetBSD: PLIST,v 1.3 2007/06/15 20:10:41 joerg Exp $ +${EMULSUBDIR}/usr/lib/libflashsupport.so share/doc/libflashsupport.README |