diff options
author | dholland <dholland@pkgsrc.org> | 2019-01-13 23:22:51 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2019-01-13 23:22:51 +0000 |
commit | b56092a244715b6475b841b63270273fa687b41b (patch) | |
tree | e82d575084cf5b220522caef7916ac0b9ea61995 /misc | |
parent | f17ff5b5a1532b3bd4051d57638e80be93b16667 (diff) | |
download | pkgsrc-b56092a244715b6475b841b63270273fa687b41b.tar.gz |
Don't set PKGREVISION to empty, it causes confusion and consternation.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/ocaml-opam-file-format/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/ocaml-opam-file-format/Makefile b/misc/ocaml-opam-file-format/Makefile index bc56b40d1b3..764b1626879 100644 --- a/misc/ocaml-opam-file-format/Makefile +++ b/misc/ocaml-opam-file-format/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.7 2018/11/27 14:03:45 jaapb Exp $ +# $NetBSD: Makefile,v 1.8 2019/01/13 23:22:51 dholland Exp $ VERSION= 2.0.0 GITHUB_PROJECT= opam-file-format GITHUB_TAG= ${VERSION:S/_/-/} DISTNAME= ${GITHUB_PROJECT}-${VERSION} PKGNAME= ocaml-${DISTNAME} -PKGREVISION= CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_GITHUB:=ocaml/} MAKE_JOBS_SAFE= no |