diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-07-13 23:24:17 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-07-13 23:24:17 +0000 |
commit | dcf5cdfb067c1b04712dc97a727e1578e11be045 (patch) | |
tree | 786630899d560ded9bdc291dd77a8e15814756b1 /games/gemrb/Makefile | |
parent | MySQL Workbench is a cross-platform, visual database design tool developed (diff) |
- Update to 0.5.0
PR: 136401
Submitted by: Timothy Beyer <beyert@cs.ucr.edu> (maintainer)
Notes
Notes:
svn path=/head/; revision=237737
Diffstat (limited to 'games/gemrb/Makefile')
-rw-r--r-- | games/gemrb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/gemrb/Makefile b/games/gemrb/Makefile index 4a80fe356f95..7129587ac312 100644 --- a/games/gemrb/Makefile +++ b/games/gemrb/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gemrb -PORTVERSION= 0.4.0 +PORTVERSION= 0.5.0 CATEGORIES= games emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -33,7 +33,7 @@ MAN6= gemrb.6 post-patch: .if defined(NOPORTDOCS) # TODO: Yep I know this is a ugly way ;/ -EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-noportdocs +EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-* .endif post-install: |