pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/vlc Sort directory creation order (though i...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3e230d40edcb
branches:  trunk
changeset: 475532:3e230d40edcb
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue May 18 14:39:03 2004 +0000

description:
Sort directory creation order (though it works either way).

diffstat:

 multimedia/vlc/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 9c66ba06da61 -r 3e230d40edcb multimedia/vlc/Makefile
--- a/multimedia/vlc/Makefile   Tue May 18 13:05:57 2004 +0000
+++ b/multimedia/vlc/Makefile   Tue May 18 14:39:03 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2004/05/18 13:05:57 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2004/05/18 14:39:03 wiz Exp $
 #
 
 DISTNAME=              vlc-0.7.1
@@ -67,8 +67,8 @@
 
 pre-install:
        ${INSTALL_DATA_DIR} ${PREFIX}/share/vlc
+       ${INSTALL_DATA_DIR} ${PREFIX}/share/vlc/http
        ${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
 



Home | Main Index | Thread Index | Old Index