summaryrefslogtreecommitdiff
path: root/security/gpgme03/files/patch-doc:Makefile.in
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2004-12-21 08:59:42 +0000
committerClement Laforet <clement@FreeBSD.org>2004-12-21 08:59:42 +0000
commit7ef18bc03149b2fd5fc002e2e5a219c3796ee2e8 (patch)
tree14e5daf0321e5bcec6a69cf36c14c650a67788ed /security/gpgme03/files/patch-doc:Makefile.in
parentUpdate to 1.51 (diff)
- Rework gpgme03 port to avoid conflict with gpgme 1.0
- Make ports depending on it use new layout - Bump PORTREVISION (except elmo*) Approved by: portmgr (marcus)
Diffstat (limited to 'security/gpgme03/files/patch-doc:Makefile.in')
-rw-r--r--security/gpgme03/files/patch-doc:Makefile.in20
1 files changed, 20 insertions, 0 deletions
diff --git a/security/gpgme03/files/patch-doc:Makefile.in b/security/gpgme03/files/patch-doc:Makefile.in
new file mode 100644
index 000000000000..4b00e60db05a
--- /dev/null
+++ b/security/gpgme03/files/patch-doc:Makefile.in
@@ -0,0 +1,20 @@
+--- doc/Makefile.in.orig Wed Nov 19 09:55:09 2003
++++ doc/Makefile.in Mon Dec 20 12:32:30 2004
+@@ -398,7 +398,7 @@
+ for ifile in $$d/$$file $$d/$$file-[0-9] $$d/$$file-[0-9][0-9] \
+ $$d/$$file_i[0-9] $$d/$$file_i[0-9][0-9] ; do \
+ if test -f $$ifile; then \
+- relfile=`echo "$$ifile" | sed 's|^.*/||'`; \
++ relfile=`echo "$$ifile" | sed 's|^.*/||;s|gpgme|gpgme03|'`; \
+ echo " $(INSTALL_DATA) $$ifile $(DESTDIR)$(infodir)/$$relfile"; \
+ $(INSTALL_DATA) $$ifile $(DESTDIR)$(infodir)/$$relfile; \
+ else : ; fi; \
+@@ -409,7 +409,7 @@
+ install-info --version | grep -i -v debian) >/dev/null 2>&1; then \
+ list='$(INFO_DEPS)'; \
+ for file in $$list; do \
+- relfile=`echo "$$file" | sed 's|^.*/||'`; \
++ relfile=`echo "$$file" | sed 's|^.*/||;s|gpgme|gpgme03|'`; \
+ echo " install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$relfile";\
+ install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$relfile || :;\
+ done; \