mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 15:40:32 -04:00
Add LICENSE information. Most of the Makefile has been re-worked. PR: ports/148237 Submitted by: Joseph S. Atkinson <jsa@wickedmachine.net>
30 lines
945 B
Text
30 lines
945 B
Text
--- ./modules/Makefile.am.orig 2010-06-24 05:07:31.000000000 -0400
|
|
+++ ./modules/Makefile.am 2010-06-24 05:09:12.000000000 -0400
|
|
@@ -62,16 +62,16 @@
|
|
.PHONY: stamp-cache
|
|
|
|
stamp-cache:
|
|
- $(AM_V_GEN)if test "$(build)" = "$(host)"; then \
|
|
- ../bin/vlc-cache-gen$(EXEEXT) . ; \
|
|
- else \
|
|
- echo "Cross-compilation: cache generation skipped!" ; \
|
|
- fi
|
|
- $(AM_V_at)touch stamp-cache
|
|
+# $(AM_V_GEN)if test "$(build)" = "$(host)"; then \
|
|
+# ../bin/vlc-cache-gen$(EXEEXT) . ; \
|
|
+# else \
|
|
+# echo "Cross-compilation: cache generation skipped!" ; \
|
|
+# fi
|
|
+# $(AM_V_at)touch stamp-cache
|
|
|
|
install-exec-hook:
|
|
- if test -z "$(DESTDIR)"; then \
|
|
- ../bin/vlc-cache-gen$(EXEEXT) "$(vlclibdir)/plugins" ; \
|
|
- else \
|
|
- echo "Staged installation: cache generation skipped!" ; \
|
|
- fi
|
|
+# if test -z "$(DESTDIR)"; then \
|
|
+# ../bin/vlc-cache-gen$(EXEEXT) "$(vlclibdir)/plugins" ; \
|
|
+# else \
|
|
+# echo "Staged installation: cache generation skipped!" ; \
|
|
+# fi
|