diff options
author | tron <tron@pkgsrc.org> | 2000-11-11 17:49:22 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-11-11 17:49:22 +0000 |
commit | 5feac46ad5d89bb2b10bc508b38d98c140fa33c5 (patch) | |
tree | a19159d7e52ca8c65d6fab67a452132a0b121bd2 /games/gnocatan | |
parent | 8d33af98834882975525d1ca7511022c710f87f6 (diff) | |
download | pkgsrc-5feac46ad5d89bb2b10bc508b38d98c140fa33c5.tar.gz |
Use "${MASTER_SITE_SOURCEFORGE}".
Diffstat (limited to 'games/gnocatan')
-rw-r--r-- | games/gnocatan/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/gnocatan/Makefile b/games/gnocatan/Makefile index 53bd02fcdca..009f9d1e256 100644 --- a/games/gnocatan/Makefile +++ b/games/gnocatan/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2000/09/03 20:39:30 veego Exp $ +# $NetBSD: Makefile,v 1.3 2000/11/11 17:49:25 tron Exp $ # DISTNAME= gnocatan-0.6.1 CATEGORIES= games gnome -MASTER_SITES= http://download.sourceforge.net/gnocatan/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnocatan/} MAINTAINER= packages@netbsd.org HOMEPAGE= http://gnocatan.sourceforge.net/ |