diff options
Diffstat (limited to 'wm')
-rw-r--r-- | wm/wmctrl/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/wm/wmctrl/Makefile b/wm/wmctrl/Makefile index af4aa1f096f..bc22441889d 100644 --- a/wm/wmctrl/Makefile +++ b/wm/wmctrl/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.17 2014/10/13 18:52:25 snj Exp $ +# $NetBSD: Makefile,v 1.18 2018/02/25 16:15:09 wiz Exp $ DISTNAME= wmctrl-1.07 PKGREVISION= 4 CATEGORIES= wm -MASTER_SITES= http://tomas.styblo.name/wmctrl/dist/ +MASTER_SITES= https://sites.google.com/site/tstyblo/wmctrl/ MAINTAINER= snj@NetBSD.org -HOMEPAGE= http://tomas.styblo.name/wmctrl/ +HOMEPAGE= https://sites.google.com/site/tstyblo/wmctrl COMMENT= Command line interface to an EWMH-compliant WM LICENSE= gnu-gpl-v2 |