diff options
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} |