Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/wm/frankenwm wm/frankenwm: simplify Makefile
details: https://anonhg.NetBSD.org/pkgsrc/rev/1d2c45ed74c0
branches: trunk
changeset: 436173:1d2c45ed74c0
user: pin <pin%pkgsrc.org@localhost>
date: Tue Jul 28 14:23:37 2020 +0000
description:
wm/frankenwm: simplify Makefile
diffstat:
wm/frankenwm/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (22 lines):
diff -r 8e6e361e9a16 -r 1d2c45ed74c0 wm/frankenwm/Makefile
--- a/wm/frankenwm/Makefile Tue Jul 28 12:46:59 2020 +0000
+++ b/wm/frankenwm/Makefile Tue Jul 28 14:23:37 2020 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2020/07/23 19:53:51 pin Exp $
+# $NetBSD: Makefile,v 1.2 2020/07/28 14:23:37 pin Exp $
DISTNAME= FrankenWM-1.0.22
-PKGNAME= frankenwm-1.0.22
+PKGNAME= ${DISTNAME:tl}
CATEGORIES= wm
MASTER_SITES= ${MASTER_SITE_GITHUB:=sulami/}
GITHUB_TAG= v${PKGVERSION_NOREV}
@@ -11,7 +11,7 @@
COMMENT= Dynamic tiling window manager
LICENSE= mit
-WRKSRC= ${WRKDIR}/FrankenWM-1.0.22
+WRKSRC= ${WRKDIR}/${DISTNAME}
USE_TOOLS+= pkg-config gmake
USE_LANGUAGES= c99
Home |
Main Index |
Thread Index |
Old Index