diff options
author | nia <nia@pkgsrc.org> | 2019-07-18 08:15:34 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2019-07-18 08:15:34 +0000 |
commit | 721419a43c6dac1eea0a7c7d5d3f74d26e1b540b (patch) | |
tree | b060a2226bda87566ed5ed5f8c90398b91588dfe /comms | |
parent | af4fe4f937556c83a7069b5acceb7c737cd323b0 (diff) | |
download | pkgsrc-721419a43c6dac1eea0a7c7d5d3f74d26e1b540b.tar.gz |
Use https for xfce.org subdomains.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/xfce4-modemlights-plugin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/xfce4-modemlights-plugin/Makefile b/comms/xfce4-modemlights-plugin/Makefile index 327b15f528f..ff41f7abb59 100644 --- a/comms/xfce4-modemlights-plugin/Makefile +++ b/comms/xfce4-modemlights-plugin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2018/11/14 22:21:11 kleink Exp $ +# $NetBSD: Makefile,v 1.12 2019/07/18 08:15:35 nia Exp $ PKGREVISION= 9 .include "../../meta-pkgs/xfce4/Makefile.common" @@ -7,7 +7,7 @@ DISTNAME= xfce4-modemlights-plugin-0.1.3.99 CATEGORIES= comms MASTER_SITES= http://archive.xfce.org/src/panel-plugins/xfce4-modemlights-plugin/0.1/ -HOMEPAGE= http://goodies.xfce.org/projects/panel-plugins/xfce4-modemlights-plugin +HOMEPAGE= https://goodies.xfce.org/projects/panel-plugins/xfce4-modemlights-plugin COMMENT= Xfce modems monitoring plugin LDFLAGS.SunOS+= -lsocket -lnsl |