diff options
author | veego <veego> | 2005-08-18 19:35:20 +0000 |
---|---|---|
committer | veego <veego> | 2005-08-18 19:35:20 +0000 |
commit | 94cad5df9949996370211f30e7d802644a9d75ca (patch) | |
tree | f4a4f138a987c0ea459e2c9fe8ab24262c95ea7f /games/gnocatan | |
parent | b4a9b5bca13103c981a53613ee56284087d81f15 (diff) | |
download | pkgsrc-94cad5df9949996370211f30e7d802644a9d75ca.tar.gz |
The sourceforge name was changed from gnocatan to pioneers (pio).
Only update the MASTER_SITES and HOMEPAGE and add a new CONFLICTS line
for pioneers, which will be added as soon as there is a stable version
of pioneers available.
Nothing really changed, but you couldn't get the distfile from any
sourceforge site, due too the name change of the project.
I'm now the maintainer of this package, for the time till pioneers is ready
to be added.
Diffstat (limited to 'games/gnocatan')
-rw-r--r-- | games/gnocatan/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/games/gnocatan/Makefile b/games/gnocatan/Makefile index 1acad86395e..12565df8e8f 100644 --- a/games/gnocatan/Makefile +++ b/games/gnocatan/Makefile @@ -1,15 +1,17 @@ -# $NetBSD: Makefile,v 1.33 2005/08/10 20:56:17 jlam Exp $ +# $NetBSD: Makefile,v 1.34 2005/08/18 19:35:20 veego Exp $ # DISTNAME= gnocatan-0.8.1.16 PKGREVISION= 4 CATEGORIES= games gnome -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnocatan/} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pio/} -MAINTAINER= tech-pkg@NetBSD.org -HOMEPAGE= http://gnocatan.sourceforge.net/ +MAINTAINER= veego@NetBSD.org +HOMEPAGE= http://pio.sourceforge.net/ COMMENT= GNOME version of the Settlers of Catan board game +CONFLICTS= pioneers-[0-9]* + GNU_CONFIGURE= YES USE_DIRS+= xdg-1.1 USE_TOOLS+= gmake pkg-config |