openbsd-ports/security/xca/patches/patch-doc_Makefile
jasper 6b8e95cd2c import xca-0.9.3
X Certificate and Key management is an interface for managing asymetric
keys like RSA or DSA. It is intended as a small CA for creation and
signing certificates. It uses the OpenSSL library for the cryptographic
operations.

ok aja@
2013-01-23 08:38:53 +00:00

13 lines
486 B
Plaintext

$OpenBSD: patch-doc_Makefile,v 1.1.1.1 2013/01/23 08:38:53 jasper Exp $
--- doc/Makefile.orig Mon Jan 21 15:14:08 2013
+++ doc/Makefile Mon Jan 21 15:14:14 2013
@@ -24,7 +24,7 @@ install: xca.1.gz xca.html
install -m 755 -d $(destdir)$(docdir) \
$(destdir)$(prefix)/$(mandir)/man1
install -m 644 xca*.html $(destdir)$(docdir)
- install xca.1.gz $(destdir)$(prefix)/$(mandir)/man1
+ install xca.1 $(destdir)$(prefix)/$(mandir)/man1
app: xca.html
mkdir -p $(APPDIR)/Resources