diff options
author | novel <novel@FreeBSD.org> | 2005-07-23 03:36:09 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2005-07-23 03:36:09 +0800 |
commit | c4b77ddfa29336b5607777f97e5ea57aa199895b (patch) | |
tree | 83f574b6241375eec9a1dc5d0fe6f032bc012f5d | |
parent | c52bbb5f346d9dafabfb35c4cb12bde01a760030 (diff) | |
download | freebsd-ports-gnome-c4b77ddfa29336b5607777f97e5ea57aa199895b.tar.gz freebsd-ports-gnome-c4b77ddfa29336b5607777f97e5ea57aa199895b.tar.zst freebsd-ports-gnome-c4b77ddfa29336b5607777f97e5ea57aa199895b.zip |
- Correct MASTER_SITE_SUBDIR [1]
- Fix WWW
PR: 83909 [1]
Submitted by: Stefan Walter (maintainer) [1]
-rw-r--r-- | games/gnocatan/Makefile | 2 | ||||
-rw-r--r-- | games/gnocatan/pkg-descr | 2 | ||||
-rw-r--r-- | games/pioneers/Makefile | 2 | ||||
-rw-r--r-- | games/pioneers/pkg-descr | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/games/gnocatan/Makefile b/games/gnocatan/Makefile index ced261571506..26febc2bbd5a 100644 --- a/games/gnocatan/Makefile +++ b/games/gnocatan/Makefile @@ -9,7 +9,7 @@ PORTNAME= gnocatan PORTVERSION= 0.8.1.59 CATEGORIES= games gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITE_SUBDIR= pio MAINTAINER= sw@gegenunendlich.de COMMENT= An Internet playable version of the Settlers of Catan for GNOME/GTK diff --git a/games/gnocatan/pkg-descr b/games/gnocatan/pkg-descr index bb98e722fa77..ea5d9e044bbf 100644 --- a/games/gnocatan/pkg-descr +++ b/games/gnocatan/pkg-descr @@ -2,4 +2,4 @@ Gnocatan is an Internet playable implementation of the Settlers of Catan board game. The aim is to remain as faithful to the board game as is possible. -WWW: http://gnocatan.sourceforge.net/ +WWW: http://pio.sourceforge.net/ diff --git a/games/pioneers/Makefile b/games/pioneers/Makefile index ced261571506..26febc2bbd5a 100644 --- a/games/pioneers/Makefile +++ b/games/pioneers/Makefile @@ -9,7 +9,7 @@ PORTNAME= gnocatan PORTVERSION= 0.8.1.59 CATEGORIES= games gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITE_SUBDIR= pio MAINTAINER= sw@gegenunendlich.de COMMENT= An Internet playable version of the Settlers of Catan for GNOME/GTK diff --git a/games/pioneers/pkg-descr b/games/pioneers/pkg-descr index bb98e722fa77..ea5d9e044bbf 100644 --- a/games/pioneers/pkg-descr +++ b/games/pioneers/pkg-descr @@ -2,4 +2,4 @@ Gnocatan is an Internet playable implementation of the Settlers of Catan board game. The aim is to remain as faithful to the board game as is possible. -WWW: http://gnocatan.sourceforge.net/ +WWW: http://pio.sourceforge.net/ |