summaryrefslogtreecommitdiff
path: root/devel/gnu-libtool/files/patch-af
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-11-17 12:19:22 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-11-17 12:19:22 +0000
commitd615f4ca564f838b39bd8b504a3107011d951a03 (patch)
treed799b77773a040bd9f634696266507c9072dd071 /devel/gnu-libtool/files/patch-af
parentRemove do-package target that was running "make package" in (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_2_0'.release/4.2.0
Diffstat (limited to 'devel/gnu-libtool/files/patch-af')
-rw-r--r--devel/gnu-libtool/files/patch-af24
1 files changed, 0 insertions, 24 deletions
diff --git a/devel/gnu-libtool/files/patch-af b/devel/gnu-libtool/files/patch-af
deleted file mode 100644
index beb6be3b456f..000000000000
--- a/devel/gnu-libtool/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: