X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=extras%2Fcontrib%2FMakefile;h=f6ebc81024b610e0e987d97ed0e616f3cb13af2e;hb=7baf1ff43df54f768a61ffbc95da1c247c9e352e;hp=ccb52da37520322b7d3057d384e260e59d12074f;hpb=a69ba6d4dd6d0682399f2e49e300f8cf3a56c705;p=vlc diff --git a/extras/contrib/Makefile b/extras/contrib/Makefile index ccb52da375..f6ebc81024 100644 --- a/extras/contrib/Makefile +++ b/extras/contrib/Makefile @@ -1,7 +1,7 @@ # *************************************************************************** # Makefile : Build vlc-contrib files # *************************************************************************** -# Copyright (C) 2003-2009 the VideoLAN team +# Copyright (C) 2003-2010 the VideoLAN team # $Id$ # # Authors: Christophe Massiot @@ -47,7 +47,7 @@ src: using-src ifdef HAVE_DARWIN_OS -CONTRIBREV=25 +CONTRIBREV=28 contrib-macosx-$(ARCH)-$(CONTRIBREV).tar.bz2: $(WGET) http://downloads.videolan.org/pub/videolan/testing/contrib/$@ @@ -99,7 +99,6 @@ package-macosx: exit 1 ; \ fi mkdir tmp - rm -rf $(PREFIX)/share/locale $(PREFIX)/share/doc $(PREFIX)/share/man (cd $(PREFIX); tar cf - Sparkle bin sbin include lib share/aclocal* share/autoconf* \ share/automake* share/gettext* share/libtool*) | (cd tmp; tar xf -) ./change_prefix.sh tmp $(PREFIX) @@CONTRIB_PREFIX@@