From owner-svn-ports-head@FreeBSD.ORG Mon Dec 24 02:11:45 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C56B1F3F; Mon, 24 Dec 2012 02:11:45 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id A7AFA8FC13; Mon, 24 Dec 2012 02:11:45 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBO2Bjcx012658; Mon, 24 Dec 2012 02:11:45 GMT (envelope-from araujo@svn.freebsd.org) Received: (from araujo@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBO2Bjkd012657; Mon, 24 Dec 2012 02:11:45 GMT (envelope-from araujo@svn.freebsd.org) Message-Id: <201212240211.qBO2Bjkd012657@svn.freebsd.org> From: Marcelo Araujo Date: Mon, 24 Dec 2012 02:11:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309450 - head/devel/ocaml-sexplib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Dec 2012 02:11:45 -0000 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 .if ${PORT_OPTIONS:MDOCS} -PLIST_DIRSTRY+= ${OCAML_DOCSDIR:S,^${PREFIX}/,,) +PLIST_DIRSTRY+= ${OCAML_DOCSDIR:S,^${PREFIX}/,,} .endif post-install: