diff options
author | wiz <wiz@pkgsrc.org> | 2011-01-27 09:05:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-01-27 09:05:00 +0000 |
commit | 9fdc25fb0977d341d24d96a48a8e18d3cff117c1 (patch) | |
tree | 41943ddf6cf4c6981f4055f76422a3f047171425 /wm | |
parent | 51006a2dfcc268eea2f9bad449ff4d54b81c996c (diff) | |
download | pkgsrc-9fdc25fb0977d341d24d96a48a8e18d3cff117c1.tar.gz |
Comment out HOMEPAGE and MASTER_SITES, they are obsolete.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/icewmconf/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/wm/icewmconf/Makefile b/wm/icewmconf/Makefile index 910eabd29d9..d15902644a9 100644 --- a/wm/icewmconf/Makefile +++ b/wm/icewmconf/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.16 2009/07/07 19:35:44 joerg Exp $ +# $NetBSD: Makefile,v 1.17 2011/01/27 09:05:00 wiz Exp $ DISTNAME= icewmconf-2.1.0 PKGREVISION= 2 CATEGORIES= wm -MASTER_SITES= http://sdboyd.dyndns.org/icewmconf/ +MASTER_SITES= # http://sdboyd.dyndns.org/icewmconf/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.sdboyd56.com/icewmconf/ +#HOMEPAGE= http://www.sdboyd56.com/icewmconf/ COMMENT= Graphical configuration tool for IceWM PKG_DESTDIR_SUPPORT= user-destdir |