diff options
author | araujo <araujo@FreeBSD.org> | 2012-12-24 10:11:44 +0800 |
---|---|---|
committer | araujo <araujo@FreeBSD.org> | 2012-12-24 10:11:44 +0800 |
commit | 4514f976577affd960383bd40b9b710019941adf (patch) | |
tree | cbdf62e486a2eae91d548e2ac82052dcbe7c8909 /devel | |
parent | 2f6099ed821aea107958af03ea396c28fe03acbc (diff) | |
download | freebsd-ports-gnome-4514f976577affd960383bd40b9b710019941adf.tar.gz freebsd-ports-gnome-4514f976577affd960383bd40b9b710019941adf.tar.zst freebsd-ports-gnome-4514f976577affd960383bd40b9b710019941adf.zip |
- Fix wrong bracket.
Reported by: nox@
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ocaml-sexplib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/ocaml-sexplib/Makefile b/devel/ocaml-sexplib/Makefile index e3a6b07156d4..785a743c1953 100644 --- a/devel/ocaml-sexplib/Makefile +++ b/devel/ocaml-sexplib/Makefile @@ -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: |