From 228ab588738952bd42427886fd5368181243ba6e Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Thu, 4 Sep 2014 19:26:24 +0000 Subject: Change INSTALL_DATA to install with mode 644 Remove patches and hacks that were used to work around the previous situation This allows to stage more ports as a regular user Differential Revision: https://reviews.freebsd.org/D703 Reviewed by and discussed with: bapt With hat: portmgr --- devel/dprog/files/patch-Makefile.in | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'devel/dprog/files/patch-Makefile.in') diff --git a/devel/dprog/files/patch-Makefile.in b/devel/dprog/files/patch-Makefile.in index 477714d0de1d..b819f9e093d8 100644 --- a/devel/dprog/files/patch-Makefile.in +++ b/devel/dprog/files/patch-Makefile.in @@ -27,19 +27,3 @@ cxx_dprog_test_LDFLAGS = am_dprog_OBJECTS = lexer.$(OBJEXT) parser.$(OBJEXT) ast.$(OBJEXT) \ pretty_printer.$(OBJEXT) range_checking.$(OBJEXT) \ -@@ -315,6 +315,7 @@ - @list='$(lib_LIBRARIES)'; for p in $$list; do \ - if test -f $$p; then \ - f="`echo $$p | sed -e 's|^.*/||'`"; \ -+ $(RANLIB) $$p; \ - echo " $(libLIBRARIES_INSTALL) $$p $(DESTDIR)$(libdir)/$$f"; \ - $(libLIBRARIES_INSTALL) $$p $(DESTDIR)$(libdir)/$$f; \ - else :; fi; \ -@@ -324,7 +325,6 @@ - if test -f $$p; then \ - p="`echo $$p | sed -e 's|^.*/||'`"; \ - echo " $(RANLIB) $(DESTDIR)$(libdir)/$$p"; \ -- $(RANLIB) $(DESTDIR)$(libdir)/$$p; \ - else :; fi; \ - done - -- cgit v1.2.3