diff options
author | youri <youri@pkgsrc.org> | 2018-06-03 22:12:13 +0000 |
---|---|---|
committer | youri <youri@pkgsrc.org> | 2018-06-03 22:12:13 +0000 |
commit | 857af1fbfa7c25302a186b1edf586a0b0aae008f (patch) | |
tree | 7dcecd4ab9106662cab91c518512b17ebcf62ee8 | |
parent | a36c0bd24910e9fa1bc1909b060c146667bb5306 (diff) | |
download | pkgsrc-857af1fbfa7c25302a186b1edf586a0b0aae008f.tar.gz |
Fix date format, noted by jmcneill@.
-rw-r--r-- | graphics/slim-themes/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/slim-themes/Makefile b/graphics/slim-themes/Makefile index 720661309ff..b871e1b34a5 100644 --- a/graphics/slim-themes/Makefile +++ b/graphics/slim-themes/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.1 2018/05/18 15:10:15 youri Exp $ +# $NetBSD: Makefile,v 1.2 2018/06/03 22:12:13 youri Exp $ GHCOMMIT= 13cba0d7d6abf286047c3d551d84db415cc7ea52 DISTNAME= ${GHCOMMIT} -PKGNAME= slim-themes-02142018 +PKGNAME= slim-themes-20180214 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_GITHUB:=adi1090x/slim_themes/archive/} |