From 77aa82ea60a5de3aed8d2e9b9f086cbb95e3564f Mon Sep 17 00:00:00 2001 From: wilfried Date: Tue, 29 Apr 2003 20:19:21 +0000 Subject: [PATCH] Don't install the .sxd file, from upstream author via maintainer --- security/xmlsec/patches/patch-docs_Makefile_in | 12 ------------ security/xmlsec/pkg/PLIST-docs | 3 +-- 2 files changed, 1 insertion(+), 14 deletions(-) delete mode 100644 security/xmlsec/patches/patch-docs_Makefile_in diff --git a/security/xmlsec/patches/patch-docs_Makefile_in b/security/xmlsec/patches/patch-docs_Makefile_in deleted file mode 100644 index 8862060f84a..00000000000 --- a/security/xmlsec/patches/patch-docs_Makefile_in +++ /dev/null @@ -1,12 +0,0 @@ -$OpenBSD: patch-docs_Makefile_in,v 1.1 2003/04/29 14:22:48 wilfried Exp $ ---- docs/Makefile.in.orig Tue Apr 29 20:13:54 2003 -+++ docs/Makefile.in Tue Apr 29 20:14:17 2003 -@@ -467,7 +467,7 @@ install-data-local: - -@INSTALL@ -m 0644 $(srcdir)/images/*.gif $(srcdir)/images/*.png $(DESTDIR)$(TARGET_DIR)/images - -@INSTALL@ -m 0644 $(srcdir)/api/*.html $(srcdir)/api/*.sgml $(DESTDIR)$(TARGET_DIR)/api - -@INSTALL@ -m 0644 $(srcdir)/api/chapters/*.sgml $(DESTDIR)$(TARGET_DIR)/api/chapters -- -@INSTALL@ -m 0644 $(srcdir)/api/images/*.png $(DESTDIR)$(TARGET_DIR)/api/images -+ -@INSTALL@ -m 0644 $(srcdir)/api/images/*.png $(srcdir)/api/images/*.sxd $(DESTDIR)$(TARGET_DIR)/api/images - - uninstall: - @rm -rf $(TARGET_DIR) diff --git a/security/xmlsec/pkg/PLIST-docs b/security/xmlsec/pkg/PLIST-docs index dfd787cb84b..7ed54b606d1 100644 --- a/security/xmlsec/pkg/PLIST-docs +++ b/security/xmlsec/pkg/PLIST-docs @@ -1,4 +1,4 @@ -@comment $OpenBSD: PLIST-docs,v 1.1 2003/04/29 14:22:48 wilfried Exp $ +@comment $OpenBSD: PLIST-docs,v 1.2 2003/04/29 20:19:22 wilfried Exp $ share/doc/xmlsec1/api/chapters/compiling-and-linking.sgml share/doc/xmlsec1/api/chapters/creating-templates.sgml share/doc/xmlsec1/api/chapters/examples.sgml @@ -11,7 +11,6 @@ share/doc/xmlsec1/api/chapters/using-keysmngr.sgml share/doc/xmlsec1/api/chapters/using-transforms.sgml share/doc/xmlsec1/api/chapters/using-x509-certs.sgml share/doc/xmlsec1/api/chapters/verify-and-decrypt.sgml -share/doc/xmlsec1/api/images/diagrams.sxd share/doc/xmlsec1/api/images/encryption-structure.png share/doc/xmlsec1/api/images/key.png share/doc/xmlsec1/api/images/keysmngr.png