$OpenBSD: patch-Makefile,v 1.1.1.1 2013/03/08 10:56:30 jasper Exp $
--- Makefile.orig	Mon Feb 25 09:54:57 2013
+++ Makefile	Mon Feb 25 09:55:03 2013
@@ -1,5 +1,5 @@
 NAME		:= epgsql
-VERSION		:= $(shell git describe --always --tags)
+VERSION		?= $(shell git describe --always --tags)
 
 ERL  		:= erl
 ERLC 		:= erlc
