diff options
author | nia <nia@pkgsrc.org> | 2020-03-20 11:57:53 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2020-03-20 11:57:53 +0000 |
commit | d58009da0657fe880ba21b34400da2a77eba41e0 (patch) | |
tree | eb96bae4bf5316b1dfef0f0a29424adca1389e76 /sysutils/xps | |
parent | 32297addea82e686075801b27c6776e6cf189ab4 (diff) | |
download | pkgsrc-d58009da0657fe880ba21b34400da2a77eba41e0.tar.gz |
*: Convert broken sourceforge HOMEPAGEs back to http
Diffstat (limited to 'sysutils/xps')
-rw-r--r-- | sysutils/xps/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/xps/Makefile b/sysutils/xps/Makefile index e1ccac8b649..edc7943be1d 100644 --- a/sysutils/xps/Makefile +++ b/sysutils/xps/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2020/01/18 23:35:22 rillig Exp $ +# $NetBSD: Makefile,v 1.49 2020/03/20 11:58:23 nia Exp $ DISTNAME= xps-4.2 PKGREVISION= 10 @@ -6,7 +6,7 @@ CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=motif-pstree/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://motif-pstree.sourceforge.net/ +HOMEPAGE= http://motif-pstree.sourceforge.net/ COMMENT= Displays the Unix process list as a hierarchical tree USE_TOOLS+= gmake perl pod2man pod2html |