Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Mar 2013 22:53:16 +0000 (UTC)
From:      Johan van Selst <johans@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r313426 - head/devel/ocaml-pcre
Message-ID:  <201303042253.r24MrGgD051930@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: johans
Date: Mon Mar  4 22:53:15 2013
New Revision: 313426
URL: http://svnweb.freebsd.org/changeset/ports/313426

Log:
  fix portdocs

Modified:
  head/devel/ocaml-pcre/Makefile

Modified: head/devel/ocaml-pcre/Makefile
==============================================================================
--- head/devel/ocaml-pcre/Makefile	Mon Mar  4 22:36:38 2013	(r313425)
+++ head/devel/ocaml-pcre/Makefile	Mon Mar  4 22:53:15 2013	(r313426)
@@ -20,6 +20,9 @@ USE_OCAML_LDCONFIG=	yes
 PORTEXAMPLES=	*
 EXAMPLESDIR=	${OCAML_EXAMPLESDIR}/${PORTNAME}
 
+PORTDOCS=	*
+DOCSDIR=	${PREFIX}/share/doc/pcre-ocaml
+
 post-install:
 .if !defined(NOPORTEXAMPLES)
 	@${MKDIR} ${EXAMPLESDIR}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303042253.r24MrGgD051930>