pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/vlc Create directories for support files; the



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9c66ba06da61
branches:  trunk
changeset: 475531:9c66ba06da61
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue May 18 13:05:57 2004 +0000

description:
Create directories for support files; the
install target in */share does not do this itself.
Noted by Bryan Vyhmeister on tech-pkg.

diffstat:

 multimedia/vlc/Makefile |  9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r 1abd62d49d7e -r 9c66ba06da61 multimedia/vlc/Makefile
--- a/multimedia/vlc/Makefile   Tue May 18 12:47:23 2004 +0000
+++ b/multimedia/vlc/Makefile   Tue May 18 13:05:57 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2004/05/10 13:45:25 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2004/05/18 13:05:57 wiz Exp $
 #
 
 DISTNAME=              vlc-0.7.1
@@ -65,6 +65,13 @@
 PLIST_SUBST+=  DVDCSS="@comment "
 .endif
 
+pre-install:
+       ${INSTALL_DATA_DIR} ${PREFIX}/share/vlc
+       ${INSTALL_DATA_DIR} ${PREFIX}/share/vlc/http/admin
+       ${INSTALL_DATA_DIR} ${PREFIX}/share/vlc/http
+       ${INSTALL_DATA_DIR} ${PREFIX}/share/vlc/skins
+       ${INSTALL_DATA_DIR} ${PREFIX}/share/vlc/skins/default
+
 #.include "../../audio/faad2/buildlink3.mk"
 .include "../../audio/flac/buildlink3.mk"
 .include "../../audio/lame/buildlink3.mk"



Home | Main Index | Thread Index | Old Index