1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/security/xca/files/patch-doc-Makefile
Wesley Shields 0fc459191f - Update to 0.8.1
- Pass maintainer to submitter

PR:		ports/142349
Submitted by:	freebsd@nagilum.org
Approved by:	Mark Foster <mark@foster.cc> (maintainer)
2010-01-24 16:29:49 +00:00

31 lines
801 B
Plaintext

--- doc/Makefile.orig 2009-12-10 18:44:03.000000000 +0100
+++ doc/Makefile 2010-01-05 14:00:09.000000000 +0100
@@ -4,7 +4,7 @@
DELFILES=xca*.html xca.1.gz
-doc: xca.1.gz xca.html
+doc: xca.1.gz
include $(TOPDIR)/Rules.mak
mandir=man
@@ -13,8 +13,7 @@
gzip -9 <$^ >$@
xca.html: xca.sgml
- 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 @@
install -m 644 xca*.html $(destdir)$(docdir)
install xca.1.gz $(destdir)$(prefix)/$(mandir)/man1
-app: xca.html
- mkdir -p $(APPDIR)/Resources
- install -m 644 xca*.html $(APPDIR)/Resources
-