aboutsummaryrefslogtreecommitdiff
path: root/devel/libdap
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-09-04 19:26:24 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-09-04 19:26:24 +0000
commit228ab588738952bd42427886fd5368181243ba6e (patch)
tree7fe589d0d1b0e6d00b7aa9cd05fc46ca15de7655 /devel/libdap
parent7374b5a054d87d64914c6c36520e15fa14f3f31b (diff)
downloadports-228ab588738952bd42427886fd5368181243ba6e.tar.gz
ports-228ab588738952bd42427886fd5368181243ba6e.zip
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
Notes
Notes: svn path=/head/; revision=367307
Diffstat (limited to 'devel/libdap')
-rw-r--r--devel/libdap/files/patch-tests-Makefile.in11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/libdap/files/patch-tests-Makefile.in b/devel/libdap/files/patch-tests-Makefile.in
deleted file mode 100644
index d5d1f13748b4..000000000000
--- a/devel/libdap/files/patch-tests-Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- tests/Makefile.in.orig 2014-04-25 02:36:57.000000000 +0800
-+++ tests/Makefile.in 2014-04-29 09:42:04.506722750 +0800
-@@ -868,7 +868,7 @@
- if test -f $$p; then \
- $(am__strip_dir) \
- echo " ( cd '$(DESTDIR)$(libdir)' && $(RANLIB) $$f )"; \
-- ( cd "$(DESTDIR)$(libdir)" && $(RANLIB) $$f ) || exit $$?; \
-+ ( cd "$(DESTDIR)$(libdir)" && chmod u+w $$f && $(RANLIB) $$f && chmod u-w $$f) || exit $$?; \
- else :; fi; \
- done
-