From 8c7499bdfa85657ea6c2517ada0ef4a4db489beb Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Sat, 23 Sep 2000 01:36:53 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'RELEASE_4_1_1'. --- devel/libtool15/files/patch-af | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 devel/libtool15/files/patch-af (limited to 'devel/libtool15/files/patch-af') diff --git a/devel/libtool15/files/patch-af b/devel/libtool15/files/patch-af deleted file mode 100644 index beb6be3b456f..000000000000 --- a/devel/libtool15/files/patch-af +++ /dev/null @@ -1,24 +0,0 @@ ---- libltdl/Makefile.in.orig Tue Dec 7 13:03:38 1999 -+++ libltdl/Makefile.in Mon Jan 17 16:35:34 2000 -@@ -326,17 +326,16 @@ - distdir: $(DISTFILES) - -rm -rf $(distdir) - mkdir $(distdir) -- -chmod 777 $(distdir) -+ -chmod 555 $(distdir) - @for file in $(DISTFILES); do \ - d=$(srcdir); \ - if test -d $$d/$$file; then \ -- cp -pr $$d/$$file $(distdir)/$$file; \ -+ echo no copy dir $$d/$$file; \ - else \ -- test -f $(distdir)/$$file \ -- || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ -- || cp -p $$d/$$file $(distdir)/$$file || :; \ -+ install -c -o root -g wheel -m 444 $$d/$$file $(distdir)/$$file; \ - fi; \ - done -+ -chmod a+x $(distdir)/configure - info-am: - info: info-am - dvi-am: -- cgit v1.2.3