svn commit: r309450 - head/devel/ocaml-sexplib

Marcelo Araujo araujo at FreeBSD.org
Mon Dec 24 02:11:45 UTC 2012


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:


More information about the svn-ports-all mailing list