diff options
Diffstat (limited to 'devel/ocaml-opam/Makefile')
-rw-r--r-- | devel/ocaml-opam/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/ocaml-opam/Makefile b/devel/ocaml-opam/Makefile index 3c4589f91d46..7914edc13b95 100644 --- a/devel/ocaml-opam/Makefile +++ b/devel/ocaml-opam/Makefile @@ -3,20 +3,19 @@ PORTNAME= opam PORTVERSION= 1.2.2 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= https://github.com/ocaml/opam/releases/download/${DISTVERSION}/ \ http://github.com/ocaml/opam/releases/download/${DISTVERSION}/ PKGNAMEPREFIX= ocaml- DISTNAME= opam-full-${DISTVERSION} +DIST_SUBDIR= opam-01 MAINTAINER= joris@giovannangeli.fr COMMENT= Source-based package manager for OCaml LICENSE= GPLv3 -# Temporary hack since the directory is named opam-full-1.2.2-rc2 -WRKSRC= ${WRKDIR}/${DISTNAME}-rc2 - USES= gmake USE_OCAML= yes GNU_CONFIGURE= yes |