Files
pkgsrc-ng/devel/ocaml-extlib/patches/patch-Makefile
2016-11-18 22:39:22 +01:00

13 lines
313 B
Plaintext

$NetBSD: patch-Makefile,v 1.1 2016/06/19 10:07:47 jaapb Exp $
Do not call git for version stuff
--- Makefile.orig 2015-08-29 23:24:19.000000000 +0000
+++ Makefile
@@ -1,5 +1,5 @@
-VERSION:=$(shell git describe --always --long)
+#VERSION:=$(shell git describe --always --long)
RELEASE:=1.7.0
ifndef VERSION