diff options
author | tdb <tdb@FreeBSD.org> | 2005-12-16 20:25:44 +0800 |
---|---|---|
committer | tdb <tdb@FreeBSD.org> | 2005-12-16 20:25:44 +0800 |
commit | 165db88dfd605ca3d4fa556f6b3f0113e3e50cc1 (patch) | |
tree | 8f36acc3ea8e2259a21c1608580618242d89227b /games/tinymux/Makefile | |
parent | 8cad429fbb2ac3d436fc2e3b54f346ff913397a2 (diff) | |
download | freebsd-ports-gnome-165db88dfd605ca3d4fa556f6b3f0113e3e50cc1.tar.gz freebsd-ports-gnome-165db88dfd605ca3d4fa556f6b3f0113e3e50cc1.tar.zst freebsd-ports-gnome-165db88dfd605ca3d4fa556f6b3f0113e3e50cc1.zip |
- Update to 2.3.5.24 (fixes the fetch problem)
- Removed USE_BZIP2; now uses .tar.gz extension
PR: 90451
Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
Approved by: clement (mentor)
Diffstat (limited to 'games/tinymux/Makefile')
-rw-r--r-- | games/tinymux/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/tinymux/Makefile b/games/tinymux/Makefile index 1fa9e9cb9350..7641787bba69 100644 --- a/games/tinymux/Makefile +++ b/games/tinymux/Makefile @@ -6,7 +6,7 @@ # PORTNAME= tinymux -PORTVERSION= 2.3.3.${PATCHLEVEL} +PORTVERSION= 2.3.5.${PATCHLEVEL} CATEGORIES= games net MASTER_SITES= ftp://ftp.tinymux.org/TinyMUX/tinymux-2.3/${PATCHLEVEL}/ \ http://www.tinymux.org/ \ @@ -16,14 +16,13 @@ DISTNAME= mux-${PORTVERSION}.unix MAINTAINER= ports@FreeBSD.org COMMENT= A Multi-Player FreeForm adventure Program -USE_BZIP2= yes USE_GMAKE= yes USE_GETTEXT= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" -PATCHLEVEL= 22 +PATCHLEVEL= 24 WRKSRC= ${WRKDIR}/mux2.3/src .if !defined(NOPORTDOCS) PORTDOCS= * |