From a27d577da8cf4f1c7f9784a043ecf02d71a81ca6 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Thu, 30 Apr 2015 14:45:42 -0500 Subject: [PATCH] Build: fix the dist target The dist target now creates an archive based on the version setting. This makes it possible to create an archive identical to the ones github generates once the release is tagged. --- mk/dist.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mk/dist.mk b/mk/dist.mk index aa07dbb1..13ec40ab 100644 --- a/mk/dist.mk +++ b/mk/dist.mk @@ -2,7 +2,7 @@ # Copyright (c) 2008 Roy Marples # Released under the 2-clause BSD license. -GITREF?= HEAD +GITREF?= ${VERSION} DISTPREFIX?= ${NAME}-${VERSION} DISTFILE?= ${DISTPREFIX}.tar.bz2