diff options
author | wiz <wiz@pkgsrc.org> | 2000-09-04 10:23:58 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-09-04 10:23:58 +0000 |
commit | 4752771447cc47f76fb953cb48d79e761d753f5f (patch) | |
tree | 52ff42d81eb4ba761cb4d59bdd54f42381cb9c0c /games/mirrormagic | |
parent | e34daeb1ec6854e7e3b3dec809af8542ea789e9c (diff) | |
download | pkgsrc-4752771447cc47f76fb953cb48d79e761d753f5f.tar.gz |
add 'real' MASTER_SITE and HOMEPAGE
Diffstat (limited to 'games/mirrormagic')
-rw-r--r-- | games/mirrormagic/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/games/mirrormagic/Makefile b/games/mirrormagic/Makefile index c621c72da86..e02789be724 100644 --- a/games/mirrormagic/Makefile +++ b/games/mirrormagic/Makefile @@ -1,11 +1,13 @@ -# $NetBSD: Makefile,v 1.8 2000/08/23 23:14:24 tron Exp $ +# $NetBSD: Makefile,v 1.9 2000/09/04 10:23:58 wiz Exp $ # DISTNAME= mirrormagic-1.3 CATEGORIES= games x11 -MASTER_SITES= ${MASTER_SITE_XCONTRIB:=games/} +MASTER_SITES= ${MASTER_SITE_XCONTRIB:=games/} \ + http://www.artsoft.org/mirrormagic/ MAINTAINER= root@garbled.net +HOMEPAGE= http://www.artsoft.org/mirrormagic/ USE_X11BASE= YES USE_XPM= YES |