head	1.6;
access;
symbols
	RELEASE_8_3_0:1.4
	RELEASE_9_0_0:1.4
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1;
locks; strict;
comment	@# @;


1.6
date	2012.05.14.20.14.09;	author madpilot;	state Exp;
branches;
next	1.5;

1.5
date	2012.05.08.19.02.48;	author madpilot;	state Exp;
branches;
next	1.4;

1.4
date	2011.11.27.10.28.20;	author miwi;	state Exp;
branches;
next	1.3;

1.3
date	2010.09.01.16.47.28;	author makc;	state Exp;
branches;
next	1.2;

1.2
date	2010.01.24.16.29.49;	author wxs;	state Exp;
branches;
next	1.1;

1.1
date	2007.07.23.13.54.06;	author pav;	state Exp;
branches;
next	;


desc
@@


1.6
log
@- Update to 0.9.3

PR:		ports/167869
Submitted by:	freebsd@@nagilum.org (maintainer)
Approved by:	tabthorpe (mentor)
@
text
@--- 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
-
 
@


1.5
log
@- Update to 0.9.2 [1]
- Remove check for unsupported OS versions

PR:		ports/167674
Submitted by:	freebsd@@nagilum.org [1]
Approved by:	crees (mentor)
@
text
@d1 2
a2 2
--- doc/Makefile.orig	2011-11-23 11:05:17.000000000 +0100
+++ doc/Makefile	2011-11-23 11:07:53.000000000 +0100
d12 2
a13 1
@@@@ -16,9 +16,7 @@@@
d16 1
a16 1
 	echo '<h1>No documentation generated</h1>' > $@@
d24 1
a24 1
@@@@ -26,8 +24,4 @@@@
@


1.4
log
@- Update to 0.91

PR:		162788
Submitted by:	maintainer
Feature safe:	yes
@
text
@d19 1
a19 1
+	echo 'The documentation for XCA can be viewed online at: <a href="http://xca.sourceforge.net/">http://xca.sourceforge.net/</a>.' > $@@
@


1.3
log
@Update to 0.9.0
Add LICENSE

PR:		ports/150130
Submitted by:	maintainer
@
text
@d1 3
a3 3
--- 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 @@@@
d12 1
a12 2
@@@@ -14,8 +14,7 @@@@
 
d15 4
a18 2
-	echo '<h1>No documentation generated</h1>' > $@@
-	$(LINUXDOC) -B html $<
d23 1
a23 1
@@@@ -23,8 +22,4 @@@@
@


1.2
log
@- 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)
@
text
@d1 2
a2 2
--- doc/Makefile.orig	2009-12-10 18:44:03.000000000 +0100
+++ doc/Makefile	2010-01-05 14:00:09.000000000 +0100
d12 1
a12 2
@@@@ -13,8 +13,7 @@@@
 	gzip -9 <$^ >$@@
d15 1
d22 1
a22 1
@@@@ -22,8 +21,4 @@@@
@


1.1
log
@- Update to 0.6.3
- Transfer maintainership

PR:		ports/113401
Submitted by:	Mark D. Foster <mark@@foster.cc>
Approved by:	maintainership change - linimon (portmgr)
@
text
@d1 6
a6 6
--- doc/Makefile.orig	Tue Jun  5 22:16:31 2007
+++ doc/Makefile	Tue Jun  5 22:54:04 2007
@@@@ -5,14 +5,11 @@@@
 DELFILES=*.html xca.1.gz 
 all: doc
 mandir=man
d9 1
d11 2
a12 1
 xca.1.gz: xca.1
d15 2
a16 1
-xca.html: xca.sgml
d18 2
a19 1
-
d21 4
a24 3
 	install -m 755 -d $(destdir)$(prefix)/share/xca \
 		$(destdir)$(prefix)/$(mandir)/man1
@@@@ -21,10 +18,6 @@@@
a25 3
 clean:
 	$(RM) xca.1.gz
-
d29 1
a29 2
 
 include $(TOPDIR)/Local.mak
@

