pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/wm/frankenwm
Module Name: pkgsrc
Committed By: pin
Date: Tue Jul 28 14:23:37 UTC 2020
Modified Files:
pkgsrc/wm/frankenwm: Makefile
Log Message:
wm/frankenwm: simplify Makefile
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/wm/frankenwm/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/wm/frankenwm/Makefile
diff -u pkgsrc/wm/frankenwm/Makefile:1.1 pkgsrc/wm/frankenwm/Makefile:1.2
--- pkgsrc/wm/frankenwm/Makefile:1.1 Thu Jul 23 19:53:51 2020
+++ pkgsrc/wm/frankenwm/Makefile Tue Jul 28 14:23:37 2020
@@ -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 @@ HOMEPAGE= https://github.com/sulami/Fran
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