pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/realplayer-codecs Use INSTALL_LIB* to insta...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/321484be734e
branches:  trunk
changeset: 516939:321484be734e
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Tue Aug 01 13:19:27 2006 +0000

description:
Use INSTALL_LIB* to install the codecs (shared objects) so that they get
the executable bit set.  Bump PKGREVISION to 1.

diffstat:

 multimedia/realplayer-codecs/Makefile |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r 028e203ac7e5 -r 321484be734e multimedia/realplayer-codecs/Makefile
--- a/multimedia/realplayer-codecs/Makefile     Tue Aug 01 13:16:41 2006 +0000
+++ b/multimedia/realplayer-codecs/Makefile     Tue Aug 01 13:19:27 2006 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.11 2006/04/22 09:22:12 rillig Exp $
+# $NetBSD: Makefile,v 1.12 2006/08/01 13:19:27 jmmv Exp $
 #
 
 DISTNAME=      rp8codecs${RP_ARCH}-20050115
 PKGNAME=       realplayer-codecs-8.20050115
+PKGREVISION=   1
 CATEGORIES=    multimedia
 MASTER_SITES=  http://www4.mplayerhq.hu/MPlayer/releases/codecs/ \
                http://ftp5.mplayerhq.hu/mplayer/releases/codecs/ \
@@ -42,7 +43,7 @@
 NO_SRC_ON_FTP= ${RESTRICTED}
 
 do-install:
-       ${INSTALL_DATA_DIR} ${PREFIX}/lib/RealPlayer8-Codecs
-       ${INSTALL_DATA} ${WRKSRC}/*.so.*.* ${PREFIX}/lib/RealPlayer8-Codecs
+       ${INSTALL_LIB_DIR} ${PREFIX}/lib/RealPlayer8-Codecs
+       ${INSTALL_LIB} ${WRKSRC}/*.so.*.* ${PREFIX}/lib/RealPlayer8-Codecs
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index