diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-04 19:26:24 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-04 19:26:24 +0000 |
commit | 228ab588738952bd42427886fd5368181243ba6e (patch) | |
tree | 7fe589d0d1b0e6d00b7aa9cd05fc46ca15de7655 /net/easysoap/files/patch-src-Makefile.in | |
parent | - Drop .la files, no dependees require them (diff) |
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
Diffstat (limited to 'net/easysoap/files/patch-src-Makefile.in')
-rw-r--r-- | net/easysoap/files/patch-src-Makefile.in | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/net/easysoap/files/patch-src-Makefile.in b/net/easysoap/files/patch-src-Makefile.in deleted file mode 100644 index 390fd3e38d81..000000000000 --- a/net/easysoap/files/patch-src-Makefile.in +++ /dev/null @@ -1,10 +0,0 @@ ---- src/Makefile.in.orig 2006-11-10 18:48:39.000000000 +0100 -+++ src/Makefile.in 2009-02-22 13:04:06.000000000 +0100 -@@ -375,6 +375,7 @@ - @list='$(lib_LIBRARIES)'; for p in $$list; do \ - if test -f $$p; then \ - p="`echo $$p | sed -e 's|^.*/||'`"; \ -+ chmod u+w $(DESTDIR)$(libdir)/$$p; \ - echo " $(RANLIB) $(DESTDIR)$(libdir)/$$p"; \ - $(RANLIB) $(DESTDIR)$(libdir)/$$p; \ - else :; fi; \ |