From f5c2d13ef4f89bcdf6236630ccd70f699320018a Mon Sep 17 00:00:00 2001 From: Kamil Rytarowski Date: Wed, 15 Jun 2016 01:18:45 +0200 Subject: [PATCH] yabar: Set VERSION. Drop unneeded WRKSRC --- yabar/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yabar/Makefile b/yabar/Makefile index 66da6d3b12..f5a4ea9436 100644 --- a/yabar/Makefile +++ b/yabar/Makefile @@ -9,11 +9,11 @@ HOMEPAGE= https://github.com/geommer/yabar/ COMMENT= Modern and lightweight status bar for X window managers LICENSE= mit -WRKSRC= ${WRKDIR}/yabar-0.4.0 - USE_TOOLS+= gmake MAKE_FLAGS+= MANPREFIX=${PREFIX}/${PKGMANDIR} +# Package tries to run git to detect its version +MAKE_FLAGS+= VERSION=${PKGVERSION_NOREV} .include "../../devel/libconfig/buildlink3.mk" .include "../../devel/pango/buildlink3.mk"