From 080db60c8c5ab778224ac4d98cdd89b312452b36 Mon Sep 17 00:00:00 2001 From: tb Date: Fri, 26 Apr 2019 06:21:40 +0000 Subject: [PATCH] Update HOMEPAGE and move MASTER_SITES to TLS. ok kirby --- x11/wmname/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/x11/wmname/Makefile b/x11/wmname/Makefile index 8d9f3a3f90b..cbf31c90cc2 100644 --- a/x11/wmname/Makefile +++ b/x11/wmname/Makefile @@ -1,19 +1,20 @@ -# $OpenBSD: Makefile,v 1.4 2013/03/11 11:46:16 espie Exp $ +# $OpenBSD: Makefile,v 1.5 2019/04/26 06:21:40 tb Exp $ COMMENT = sets the window manager name property of the root window DISTNAME = wmname-0.1 +REVISION = 0 CATEGORIES = x11 -HOMEPAGE = http://tools.suckless.org/wmname +HOMEPAGE = https://tools.suckless.org/x/wmname # MIT/X PERMIT_PACKAGE_CDROM = Yes WANTLIB = X11 c -MASTER_SITES = http://dl.suckless.org/tools/ +MASTER_SITES = https://dl.suckless.org/tools/ NO_TEST = Yes