diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-11-04 08:08:03 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-11-04 08:08:03 +0000 |
commit | fd815d2994eeab32ec3bb7d19492eebb398f3748 (patch) | |
tree | c923ec1d2d72f46b4844ac9ae609ad0247dc2710 /games/scorched3d/Makefile | |
parent | 39d3c793609b7853a586b81a8fff21d03b25dd87 (diff) |
- Update to 0.42.1
PR: 139201
Submitted by: Stas Timokhin <stast@bsdportal.ru>
Notes
Notes:
svn path=/head/; revision=243737
Diffstat (limited to 'games/scorched3d/Makefile')
-rw-r--r-- | games/scorched3d/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/scorched3d/Makefile b/games/scorched3d/Makefile index 3efdce71361c..b58ad725319d 100644 --- a/games/scorched3d/Makefile +++ b/games/scorched3d/Makefile @@ -7,9 +7,8 @@ PORTNAME= scorched3d PORTVERSION= 0.${SCORCH_VERSION}${SCORCH_REVISION} -PORTREVISION= 2 CATEGORIES= games -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/Build%2041.3 +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/Version%20${SCORCH_VERSION}/ DISTNAME= Scorched3D-${SCORCH_VERSION}-src MAINTAINER= ports@FreeBSD.org @@ -23,7 +22,7 @@ LIB_DEPENDS= alut.1:${PORTSDIR}/audio/freealut \ jpeg:${PORTSDIR}/graphics/jpeg \ png:${PORTSDIR}/graphics/png -SCORCH_VERSION= 41.3 +SCORCH_VERSION= 42.1 .if defined(WITH_MYSQL) USE_MYSQL= yes @@ -36,6 +35,7 @@ USE_AUTOTOOLS= automake:15 autoconf:262 USE_PERL5= yes USE_WX= 2.4+ WX_CONF_ARGS= absolute +USE_DOS2UNIX= mkinstalldirs WRKSRC= ${WRKDIR}/scorched AUTOMAKE_ARGS= --foreign |