diff options
author | miwi <miwi@FreeBSD.org> | 2011-11-27 18:28:20 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-11-27 18:28:20 +0800 |
commit | 2c185c1b20346f236dba2155b65751092844c2ff (patch) | |
tree | 97428ab6b4d4395d790016527ce6894c83a36040 /security/xca/files | |
parent | b9642ff7051f70b3e3a1f7a8864ba05c9c93150f (diff) | |
download | freebsd-ports-gnome-2c185c1b20346f236dba2155b65751092844c2ff.tar.gz freebsd-ports-gnome-2c185c1b20346f236dba2155b65751092844c2ff.tar.zst freebsd-ports-gnome-2c185c1b20346f236dba2155b65751092844c2ff.zip |
- Update to 0.91
PR: 162788
Submitted by: maintainer
Feature safe: yes
Diffstat (limited to 'security/xca/files')
-rw-r--r-- | security/xca/files/patch-doc-Makefile | 17 | ||||
-rw-r--r-- | security/xca/files/patch-img-Makefile | 16 |
2 files changed, 17 insertions, 16 deletions
diff --git a/security/xca/files/patch-doc-Makefile b/security/xca/files/patch-doc-Makefile index 7a1277b3e28e..7af154a8281b 100644 --- a/security/xca/files/patch-doc-Makefile +++ b/security/xca/files/patch-doc-Makefile @@ -1,6 +1,6 @@ ---- 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 @@ +--- doc/Makefile.orig 2011-11-23 11:05:17.000000000 +0100 ++++ doc/Makefile 2011-11-23 11:07:53.000000000 +0100 +@@ -5,7 +5,7 @@ DELFILES=xca*.html xca.1.gz @@ -9,17 +9,18 @@ include $(TOPDIR)/Rules.mak mandir=man -@@ -14,8 +14,7 @@ - +@@ -16,9 +16,7 @@ xca.html: xca.sgml rm -f xca*.html -- echo '<h1>No documentation generated</h1>' > $@ -- $(LINUXDOC) -B html $< + echo '<h1>No documentation generated</h1>' > $@ +- test ! -f xca-doc.tgz || tar zxf xca-doc.tgz +- @$(PRINT) " DOC [$(BASENAME)] $@" +- $(LINUXDOC) -B html $< >/dev/null + 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) \ -@@ -23,8 +22,4 @@ +@@ -26,8 +24,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 7bfdb16583f7..3350de844e52 100644 --- a/security/xca/files/patch-img-Makefile +++ b/security/xca/files/patch-img-Makefile @@ -1,11 +1,11 @@ ---- 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) +--- img/Makefile.orig 2011-11-07 07:09:32.000000000 +0100 ++++ img/Makefile 2011-11-23 11:15:40.000000000 +0100 +@@ -13,7 +13,7 @@ + sinclude .depend - install: -- 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 + install: xca-32x32.xpm +- install -D -m 644 $^ $(destdir)$(prefix)/share/pixmaps/xca-32x32.xpm ++ install -d -m 755 $(destdir)$(prefix)/share/pixmaps && install -m 644 $^ $(destdir)$(prefix)/share/pixmaps/xca-32x32.xpm imgres.cpp: imgres.rcc - $(RCC) -o $@ $< + @$(PRINT) " RCC [$(BASENAME)] $@" |