diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2020-07-26 09:38:50 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2020-07-26 09:38:50 +0000 |
commit | 25d8bb4359bb5584c5151cd81933791551390a7e (patch) | |
tree | e032fd97841ec9dfb790538507aa8eb29f646026 /sysutils | |
parent | b15915e7f90b6cad8a49e28a87b39686f2db9c8f (diff) | |
download | pkgsrc-25d8bb4359bb5584c5151cd81933791551390a7e.tar.gz |
xfce4-quicklauncher-plugin: fix MASTER_SITES.
goodies.xfce.org is being decommissioned.
Fixes NetBSD/pkgsrc#68
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/xfce4-quicklauncher-plugin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/xfce4-quicklauncher-plugin/Makefile b/sysutils/xfce4-quicklauncher-plugin/Makefile index ecfb80c0b53..317548b2a91 100644 --- a/sysutils/xfce4-quicklauncher-plugin/Makefile +++ b/sysutils/xfce4-quicklauncher-plugin/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.49 2020/06/02 08:24:49 adam Exp $ +# $NetBSD: Makefile,v 1.50 2020/07/26 09:38:50 bsiegert Exp $ PKGREVISION= 15 .include "../../meta-pkgs/xfce4/Makefile.common" DISTNAME= xfce4-quicklauncher-plugin-1.9.4 CATEGORIES= sysutils -MASTER_SITES= http://goodies.xfce.org/releases/xfce4-quicklauncher-plugin/ +MASTER_SITES= https://archive.xfce.org/src/panel-plugins/xfce4-quicklauncher-plugin/1.9/ HOMEPAGE= https://goodies.xfce.org/projects/panel-plugins/xfce4-quicklauncher-plugin COMMENT= Xfce quicklaunch plugin |