diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-12-21 16:48:56 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-12-21 16:48:56 +0000 |
commit | 0f9b4fb0d13da34597e2cfaf5021561110923a25 (patch) | |
tree | e4e19cdae3fa90a8838ce2dbc0310dd1a8d82da6 /games/heroes/Makefile | |
parent | Add MASTER_SITE_SOURCEFORGE into the MASTER_SITES. (diff) |
Update to 0.8.
Diffstat (limited to 'games/heroes/Makefile')
-rw-r--r-- | games/heroes/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/games/heroes/Makefile b/games/heroes/Makefile index 8c61b22bbd03..ed7301421f8d 100644 --- a/games/heroes/Makefile +++ b/games/heroes/Makefile @@ -6,8 +6,7 @@ # PORTNAME= heroes -PORTVERSION= 0.7 -PORTREVISION= 1 +PORTVERSION= 0.8 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,8 +14,8 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \ ${DATADISTNAME}${EXTRACT_SUFX} \ ${SOUNDISTNAME}${EXTRACT_SUFX} \ ${MUSICDISTNAME}${EXTRACT_SUFX} -PATCH_SITES= ftp://heroes.sourceforge.net/pub/heroes/patches/ -PATCHFILES= heroes-0.7-errata.patch +#PATCH_SITES= ftp://heroes.sourceforge.net/pub/heroes/patches/ +#PATCHFILES= heroes-0.7-errata.patch MAINTAINER= sobomax@FreeBSD.org |