diff options
author | wiz <wiz@pkgsrc.org> | 2006-10-04 21:59:34 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-10-04 21:59:34 +0000 |
commit | 7938151fe64ccdb4a6590729489aee3a565c7f41 (patch) | |
tree | b23cfc862fc11d7c74719bee55ff02be184684e6 /x11/tile | |
parent | fda968c83e149892eea991425ed951159f3da912 (diff) | |
download | pkgsrc-7938151fe64ccdb4a6590729489aee3a565c7f41.tar.gz |
Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.
Diffstat (limited to 'x11/tile')
-rw-r--r-- | x11/tile/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/tile/Makefile b/x11/tile/Makefile index 6b9948246e3..c9c2f9c10c7 100644 --- a/x11/tile/Makefile +++ b/x11/tile/Makefile @@ -1,14 +1,15 @@ -# $NetBSD: Makefile,v 1.2 2006/02/05 23:11:43 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2006/10/04 22:06:57 wiz Exp $ # DISTNAME= tile_0.7.3 PKGNAME= tile-0.7.3 PKGREVISION= 1 CATEGORIES= x11 +# cvs only has 0.7.1 and mentions "cvs server loss"... MASTER_SITES= http://www.unixdev.net/downloads/tile/0.7.3/ MAINTAINER= inittab@unixdev.net -HOMEPAGE= http://tile.unixdev.net/ +HOMEPAGE= http://www.unixdev.net/projects/tile COMMENT= X11 Window Tiler WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} |