diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-02 10:07:49 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-02 10:07:49 +0000 |
commit | 38a0a8023026a77ded1e6de618b567c7b58e79a4 (patch) | |
tree | abf5fbbdc4b27a245ff76b9850f4eb6e73e4ba19 /science/mcstas/files/patch-Makefile.in | |
parent | - Fix build with GCRYPT option by taking out -Werror (diff) |
Remove non staged ports without pending PR from s*
Notes
Notes:
svn path=/head/; revision=366980
Diffstat (limited to 'science/mcstas/files/patch-Makefile.in')
-rw-r--r-- | science/mcstas/files/patch-Makefile.in | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/science/mcstas/files/patch-Makefile.in b/science/mcstas/files/patch-Makefile.in deleted file mode 100644 index fed2d44007ab..000000000000 --- a/science/mcstas/files/patch-Makefile.in +++ /dev/null @@ -1,13 +0,0 @@ ---- Makefile.in.orig Thu Jun 9 09:13:42 2005 -+++ Makefile.in Tue Feb 28 13:27:55 2006 -@@ -98,10 +98,6 @@ - for pgm in $(PERLBIN); do \ - $(INSTALL_PROGRAM) $$pgm.fixpl $(bindir)/$$pgm; \ - done -- if [ -d $(mc_libdir) ]; then \ -- echo "Moving your old library dir $(mc_libdir) to $(mc_libdir).`date +%Y%m%d_%H.%M`"; \ -- mv -f $(mc_libdir) $(mc_libdir).`date +%Y%m%d_%H.%M`;\ -- fi; - $(srcdir)/mkinstalldirs $(mc_libdir) - for file in `cd lib; ls`; do \ - if [ -d lib/$$file ]; then \ |