diff options
author | roam <roam@FreeBSD.org> | 2001-05-23 00:26:03 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2001-05-23 00:26:03 +0800 |
commit | 8bc2582a13571a7c72b3be6bc6359673199a182e (patch) | |
tree | 3d9f79eb8de8d513cc55477e67685281f07a0210 | |
parent | 112f1c41cf49126278d2248fa12b1e9d42fd0fe0 (diff) | |
download | freebsd-ports-gnome-8bc2582a13571a7c72b3be6bc6359673199a182e.tar.gz freebsd-ports-gnome-8bc2582a13571a7c72b3be6bc6359673199a182e.tar.zst freebsd-ports-gnome-8bc2582a13571a7c72b3be6bc6359673199a182e.zip |
Chase MASTER_SITES. Yes, I know Gnarr is up to version 5 now.
I'll get round to updating it soon.
Submitted by: the fenner distfile checking scripts
-rw-r--r-- | games/gnarr/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/gnarr/Makefile b/games/gnarr/Makefile index d366a3352f82..ca83e10c4bf1 100644 --- a/games/gnarr/Makefile +++ b/games/gnarr/Makefile @@ -6,10 +6,9 @@ # PORTNAME= gnarr -PORTVERSION= 2.0 +PORTVERSION= 2 CATEGORIES= games -MASTER_SITES= http://www.sacredchao.net/freednd/ -DISTNAME= ${PORTNAME}-2 +MASTER_SITES= http://www.sacredchao.net/freednd/gnarr/ MAINTAINER= roam@FreeBSD.org |