SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
35
devel/autoconf/2.56/patches/patch-doc_Makefile_in
Normal file
35
devel/autoconf/2.56/patches/patch-doc_Makefile_in
Normal file
|
@ -0,0 +1,35 @@
|
|||
--- doc/Makefile.in.orig Fri Nov 15 16:01:00 2002
|
||||
+++ doc/Makefile.in Mon Nov 25 16:05:22 2002
|
||||
@@ -201,6 +201,10 @@ dist-info: $(INFO_DEPS)
|
||||
if test -f $$base; then d=.; else d=$(srcdir); fi; \
|
||||
for file in $$d/$$base*; do \
|
||||
relfile=`expr "$$file" : "$$d/\(.*\)"`; \
|
||||
+ ext=`echo $$relfile | sed -e 's/^.*\\.//'`; \
|
||||
+ relfile=`echo $$relfile | sed -e 's/\\.[0-9a-z]*$$//'`; \
|
||||
+ relfile=`echo $$relfile | sed -e 's/^.*\///'`; \
|
||||
+ relfile=`echo $$relfile | sed '$(transform)'`.$$ext; \
|
||||
test -f $(distdir)/$$relfile || \
|
||||
cp -p $$file $(distdir)/$$relfile; \
|
||||
done; \
|
||||
@@ -328,6 +332,10 @@ install-info-am: $(INFO_DEPS)
|
||||
for ifile in echo $$d/$$file $$d/$$file-[0-9] $$d/$$file-[0-9][0-9]; do \
|
||||
if test -f $$ifile; then \
|
||||
relfile=`expr "$$ifile" : "$$d/\(.*\)"`; \
|
||||
+ ext=`echo $$relfile | sed -e 's/^.*\\.//'`; \
|
||||
+ relfile=`echo $$relfile | sed -e 's/\\.[0-9a-z]*$$//'`; \
|
||||
+ relfile=`echo $$relfile | sed -e 's/^.*\///'`; \
|
||||
+ relfile=`echo $$relfile | sed '$(transform)'`.$$ext; \
|
||||
echo " $(INSTALL_DATA) $$ifile $(DESTDIR)$(infodir)/$$relfile"; \
|
||||
$(INSTALL_DATA) $$ifile $(DESTDIR)$(infodir)/$$relfile; \
|
||||
else : ; fi; \
|
||||
@@ -338,6 +346,10 @@ install-info-am: $(INFO_DEPS)
|
||||
install-info --version | grep -i -v debian) >/dev/null 2>&1; then \
|
||||
list='$(INFO_DEPS)'; \
|
||||
for file in $$list; do \
|
||||
+ ext=`echo $$file | sed -e 's/^.*\\.//'`; \
|
||||
+ file=`echo $$file | sed -e 's/\\.[0-9a-z]*$$//'`; \
|
||||
+ file=`echo $$file | sed -e 's/^.*\///'`; \
|
||||
+ file=`echo $$file | sed '$(transform)'`.$$ext; \
|
||||
echo " install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file";\
|
||||
install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file || :;\
|
||||
done; \
|
Loading…
Add table
Add a link
Reference in a new issue