diff options
author | wiz <wiz@pkgsrc.org> | 2005-03-25 03:10:23 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-03-25 03:10:23 +0000 |
commit | 3254fbd53d0623cf91096d2c104dd62a85a8cec3 (patch) | |
tree | e64655b62afc9991726c676280043fa6cbdda750 /games/urban/Makefile | |
parent | a710885856a4933267fbb86d1ab9dfaf9571d106 (diff) | |
download | pkgsrc-3254fbd53d0623cf91096d2c104dd62a85a8cec3.tar.gz |
Update to 1.5.3:
This version contains fixes for all known compiling issues.
Diffstat (limited to 'games/urban/Makefile')
-rw-r--r-- | games/urban/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/games/urban/Makefile b/games/urban/Makefile index 76a6f992721..ca23e45e7ac 100644 --- a/games/urban/Makefile +++ b/games/urban/Makefile @@ -1,12 +1,10 @@ -# $NetBSD: Makefile,v 1.6 2005/03/25 02:56:42 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2005/03/25 03:10:23 wiz Exp $ # -DISTNAME= ${DISTFILES} -PKGNAME= urban-1.5.2 -PKGREVISION= 2 +DISTNAME= urban-1.5.3 CATEGORIES= games MASTER_SITES= http://urban.bengburken.net/files/linux/ -DISTFILES= urban-1.5.2${EXTRACT_SUFX} sound${EXTRACT_SUFX} +DISTFILES= urban-1.5.3${EXTRACT_SUFX} sound${EXTRACT_SUFX} MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://urban.bengburken.net/eng/ |