diff options
author | ale <ale@FreeBSD.org> | 2008-08-26 23:46:41 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2008-08-26 23:46:41 +0800 |
commit | aa87faa3a0b5d46e5a8d8d6d3b13f76c18450c63 (patch) | |
tree | e877339bcaf30e3d61ae24dabb0a2fe7c1af93a3 /security | |
parent | 19f318587b50846cdd29b8bb0a370855f401a001 (diff) | |
download | freebsd-ports-gnome-aa87faa3a0b5d46e5a8d8d6d3b13f76c18450c63.tar.gz freebsd-ports-gnome-aa87faa3a0b5d46e5a8d8d6d3b13f76c18450c63.tar.zst freebsd-ports-gnome-aa87faa3a0b5d46e5a8d8d6d3b13f76c18450c63.zip |
Use the correct way (and path) to install documentation (and bump PORTREVISION).
Diffstat (limited to 'security')
-rw-r--r-- | security/openct/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/security/openct/Makefile b/security/openct/Makefile index 85aed728dafe..241928dd985f 100644 --- a/security/openct/Makefile +++ b/security/openct/Makefile @@ -7,6 +7,7 @@ PORTNAME= openct PORTVERSION= 0.6.15 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.opensc-project.org/files/${PORTNAME}/ \ http://www.opensc-project.org/files/${PORTNAME}/testing/ @@ -32,8 +33,6 @@ CONFIGURE_ARGS= --with-ifddir=${PREFIX}/lib/ifd \ MAN1= openct-tool.1 -DOC_FILES= trac.css *.html - PORTDOCS= * .include <bsd.port.pre.mk> @@ -46,6 +45,10 @@ PLIST_SUB+= PCSC="" PLIST_SUB+= PCSC="@comment " .endif +.ifndef(NOPORTDOCS) +CONFIGURE_ARGS+=--enable-doc +.endif + post-patch: @${REINPLACE_CMD} 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|' \ ${WRKSRC}/configure @@ -62,9 +65,6 @@ post-patch: post-install: @${MKDIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKDIR}/etoken.conf ${EXAMPLESDIR} -.ifndef(NOPORTDOCS) - @(cd ${WRKSRC}/doc/nonpersistent/wiki.out/ && ${CP} -R ${DOC_FILES} ${DOCSDIR}) -.endif @${CAT} ${PKGMESSAGE} .include <bsd.port.post.mk> |