pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia/libflashsupport Use EMULSUBDIR in PLIST to ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dade2e03e54d
branches:  trunk
changeset: 530084:dade2e03e54d
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Jun 15 20:10:41 2007 +0000

description:
Use EMULSUBDIR in PLIST to not embedded full pathes in the PLIST.
Fixes build on DragonFly. Bump revision.

diffstat:

 multimedia/libflashsupport/Makefile |  5 ++++-
 multimedia/libflashsupport/PLIST    |  4 ++--
 2 files changed, 6 insertions(+), 3 deletions(-)

diffs (32 lines):

diff -r dbff7b44f632 -r dade2e03e54d multimedia/libflashsupport/Makefile
--- a/multimedia/libflashsupport/Makefile       Fri Jun 15 19:05:56 2007 +0000
+++ b/multimedia/libflashsupport/Makefile       Fri Jun 15 20:10:41 2007 +0000
@@ -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 @@
 
 INSTALLATION_DIRS=     share/doc
 
+PLIST_SUBST=   EMULSUBDIR=${EMULSUBDIR}
+
 do-extract:
        ${RPM2PKG} ${RPM2PKGARGS}
 
diff -r dbff7b44f632 -r dade2e03e54d multimedia/libflashsupport/PLIST
--- a/multimedia/libflashsupport/PLIST  Fri Jun 15 19:05:56 2007 +0000
+++ b/multimedia/libflashsupport/PLIST  Fri Jun 15 20:10:41 2007 +0000
@@ -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



Home | Main Index | Thread Index | Old Index