aboutsummaryrefslogtreecommitdiffstats
path: root/astro
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-09-05 03:26:24 +0800
committerantoine <antoine@FreeBSD.org>2014-09-05 03:26:24 +0800
commit59d49e15cacdc386288d1958cdc1c291dcd919bc (patch)
tree7fe589d0d1b0e6d00b7aa9cd05fc46ca15de7655 /astro
parent990841b6170cce720b6df85c358d10065e9a7fa4 (diff)
downloadfreebsd-ports-gnome-59d49e15cacdc386288d1958cdc1c291dcd919bc.tar.gz
freebsd-ports-gnome-59d49e15cacdc386288d1958cdc1c291dcd919bc.tar.zst
freebsd-ports-gnome-59d49e15cacdc386288d1958cdc1c291dcd919bc.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
Diffstat (limited to 'astro')
-rw-r--r--astro/libroadnav/files/patch-src-Makefile.in11
1 files changed, 0 insertions, 11 deletions
diff --git a/astro/libroadnav/files/patch-src-Makefile.in b/astro/libroadnav/files/patch-src-Makefile.in
deleted file mode 100644
index da748ec93792..000000000000
--- a/astro/libroadnav/files/patch-src-Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/Makefile.in.orig 2007-10-09 05:44:26.000000000 +0400
-+++ src/Makefile.in 2008-08-02 23:28:08.000000000 +0400
-@@ -354,8 +354,6 @@
- @list='$(lib_LIBRARIES)'; for p in $$list; do \
- if test -f $$p; then \
- p=$(am__strip_dir) \
-- echo " $(RANLIB) '$(DESTDIR)$(libdir)/$$p'"; \
-- $(RANLIB) "$(DESTDIR)$(libdir)/$$p"; \
- else :; fi; \
- done
-