Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Dec 2012 02:11:45 +0000 (UTC)
From:      Marcelo Araujo <araujo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r309450 - head/devel/ocaml-sexplib
Message-ID:  <201212240211.qBO2Bjkd012657@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: araujo
Date: Mon Dec 24 02:11:44 2012
New Revision: 309450
URL: http://svnweb.freebsd.org/changeset/ports/309450

Log:
  - Fix wrong bracket.
  
  Reported by:	nox@

Modified:
  head/devel/ocaml-sexplib/Makefile

Modified: head/devel/ocaml-sexplib/Makefile
==============================================================================
--- head/devel/ocaml-sexplib/Makefile	Mon Dec 24 00:35:12 2012	(r309449)
+++ head/devel/ocaml-sexplib/Makefile	Mon Dec 24 02:11:44 2012	(r309450)
@@ -3,6 +3,7 @@
 
 PORTNAME=	sexplib
 PORTVERSION=	108.07.00
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	https://ocaml.janestreet.com/ocaml-core/%SUBDIR%/
 MASTER_SITE_SUBDIR=	${PORTVERSION}/individual
@@ -32,7 +33,7 @@ PORTDOCS=	*
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MDOCS}
-PLIST_DIRSTRY+=	${OCAML_DOCSDIR:S,^${PREFIX}/,,)
+PLIST_DIRSTRY+=	${OCAML_DOCSDIR:S,^${PREFIX}/,,}
 .endif
 
 post-install:



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