diff options
Diffstat (limited to 'devel/ocaml-lacaml/Makefile')
-rw-r--r-- | devel/ocaml-lacaml/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/ocaml-lacaml/Makefile b/devel/ocaml-lacaml/Makefile index 0810a843fd41..8c7abaf386a9 100644 --- a/devel/ocaml-lacaml/Makefile +++ b/devel/ocaml-lacaml/Makefile @@ -3,8 +3,9 @@ PORTNAME= lacaml PORTVERSION= 7.1.5 +DISTVERSIONPREFIX= v CATEGORIES= devel -MASTER_SITES= GHL +MASTER_SITES= GH PKGNAMEPREFIX= ocaml- MAINTAINER= ports@FreeBSD.org @@ -14,9 +15,6 @@ LICENSE= LGPL21 USE_GITHUB= yes GH_ACCOUNT= mmottl -GH_PROJECT= ${PORTNAME} -GH_TAGNAME= ${PORTVERSION:S/^/v/} -GH_COMMIT= b2a11ef USE_OCAML= yes USE_OCAML_FINDLIB=yes |