freebsd-ports/devel/swig20/files/patch-Makefile.in
Akinori MUSHA 3646231b40 Update to 1.3.16. (patch-Makefile.in has already been submitted to the
SWIG development team)

Remove bogus MASTER_SITES.
2002-10-27 22:32:52 +00:00

13 lines
521 B
Text

--- Makefile.in.orig Mon Oct 14 22:37:59 2002
+++ Makefile.in Mon Oct 28 07:23:38 2002
@@ -290,8 +290,8 @@
dst=$(DESTDIR)$(SWIG_LIB)/$$lang; \
$(MKINSTDIRS) $$dst; \
( cd $(srcdir)/Lib/$$lang; \
- doti="`ls *.i 2>/dev/null`"; \
- dotswg="`ls *.swg 2>/dev/null`"; \
+ doti="`ls *.i 2>/dev/null || true`"; \
+ dotswg="`ls *.swg 2>/dev/null || true`"; \
if [ -f extra-install.list ]; then \
extra="`sed '/^#/d' extra-install.list`"; \
fi; \