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 /devel/ncurses/files/patch-no-double-ranlib | |
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
Notes
Notes:
svn path=/head/; revision=367307
Diffstat (limited to 'devel/ncurses/files/patch-no-double-ranlib')
-rw-r--r-- | devel/ncurses/files/patch-no-double-ranlib | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/devel/ncurses/files/patch-no-double-ranlib b/devel/ncurses/files/patch-no-double-ranlib deleted file mode 100644 index 7698d71054f3..000000000000 --- a/devel/ncurses/files/patch-no-double-ranlib +++ /dev/null @@ -1,10 +0,0 @@ ---- mk-1st.awk.orig 2010-08-07 22:42:30.000000000 +0200 -+++ mk-1st.awk 2013-11-05 16:30:42.386549863 +0100 -@@ -439,7 +439,6 @@ - symlink("libncurses.a", "libcurses.a") - printf ")\n" - } -- printf "\t$(RANLIB) $(DESTDIR)$(libdir)/%s\n", lib_name - if ( host == "vxworks" ) - { - printf "\t@echo installing ../lib/lib%s$o as $(DESTDIR)$(libdir)/lib%s$o\n", name, name |