mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
9f72898785
PR: ports/167869 Submitted by: freebsd@nagilum.org (maintainer) Approved by: tabthorpe (mentor)
33 lines
987 B
Plaintext
33 lines
987 B
Plaintext
--- doc/Makefile.orig 2012-05-12 11:37:14.000000000 +0200
|
|
+++ doc/Makefile 2012-05-14 11:19:34.000000000 +0200
|
|
@@ -5,7 +5,7 @@
|
|
|
|
DELFILES=xca*.html xca.1.gz
|
|
|
|
-doc: xca.1.gz xca.html
|
|
+doc: xca.1.gz
|
|
include $(TOPDIR)/Rules.mak
|
|
|
|
mandir=man
|
|
@@ -15,10 +15,7 @@
|
|
|
|
xca.html: xca.sgml
|
|
rm -f xca*.html
|
|
- echo 'The documentation for XCA can be viewed online at: <a href="http://xca.sourceforge.net/">http://xca.sourceforge.net/</a>.' > $@
|
|
- 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) \
|
|
@@ -26,8 +23,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
|
|
-
|
|
|