diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2010-09-01 16:47:28 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2010-09-01 16:47:28 +0000 |
commit | 79daf3959f37c17c8f1e1f1cc1bb7c453c0ed0e3 (patch) | |
tree | a5e8ac726c38477345a041606289ca29a2a45700 /security/xca/files | |
parent | 9ab1746220ab97cc2eadceff1a7fed58d1d58f0a (diff) |
Notes
Diffstat (limited to 'security/xca/files')
-rw-r--r-- | security/xca/files/patch-doc-Makefile | 10 | ||||
-rw-r--r-- | security/xca/files/patch-img-Makefile | 8 |
2 files changed, 9 insertions, 9 deletions
diff --git a/security/xca/files/patch-doc-Makefile b/security/xca/files/patch-doc-Makefile index 8d39952f1ee9..7a1277b3e28e 100644 --- a/security/xca/files/patch-doc-Makefile +++ b/security/xca/files/patch-doc-Makefile @@ -1,5 +1,5 @@ ---- doc/Makefile.orig 2009-12-10 18:44:03.000000000 +0100 -+++ doc/Makefile 2010-01-05 14:00:09.000000000 +0100 +--- doc/Makefile.orig 2010-08-29 10:28:32.000000000 +0200 ++++ doc/Makefile 2010-08-30 20:52:58.000000000 +0200 @@ -4,7 +4,7 @@ DELFILES=xca*.html xca.1.gz @@ -9,17 +9,17 @@ include $(TOPDIR)/Rules.mak mandir=man -@@ -13,8 +13,7 @@ - gzip -9 <$^ >$@ +@@ -14,8 +14,7 @@ xca.html: xca.sgml + rm -f xca*.html - echo '<h1>No documentation generated</h1>' > $@ - $(LINUXDOC) -B html $< + echo 'The documentation for XCA can be viewed online at: <a href="http://xca.sourceforge.net/">http://xca.sourceforge.net/</a>.' > $@ install: xca.1.gz xca.html install -m 755 -d $(destdir)$(docdir) \ -@@ -22,8 +21,4 @@ +@@ -23,8 +22,4 @@ install -m 644 xca*.html $(destdir)$(docdir) install xca.1.gz $(destdir)$(prefix)/$(mandir)/man1 diff --git a/security/xca/files/patch-img-Makefile b/security/xca/files/patch-img-Makefile index a4c52ac5f338..7bfdb16583f7 100644 --- a/security/xca/files/patch-img-Makefile +++ b/security/xca/files/patch-img-Makefile @@ -1,11 +1,11 @@ ---- img/Makefile.orig 2009-12-10 18:44:03.000000000 +0100 -+++ img/Makefile 2010-01-05 12:25:31.000000000 +0100 +--- img/Makefile.orig 2010-08-29 10:28:32.000000000 +0200 ++++ img/Makefile 2010-08-30 20:57:04.000000000 +0200 @@ -15,7 +15,7 @@ echo $(OBJS) install: -- install -D -m 644 key.xpm $(destdir)$(prefix)/share/pixmaps/xca-32x32.xpm -+ install -d -m 755 $(destdir)$(prefix)/share/pixmaps && install -m 644 key.xpm $(destdir)$(prefix)/share/pixmaps/xca-32x32.xpm +- install -D -m 644 xca-32x32.xpm $(destdir)$(prefix)/share/pixmaps/xca-32x32.xpm ++ install -d -m 755 $(destdir)$(prefix)/share/pixmaps && install -m 644 xca-32x32.xpm $(destdir)$(prefix)/share/pixmaps/xca-32x32.xpm imgres.cpp: imgres.rcc $(RCC) -o $@ $< |