diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-04 06:57:20 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-04 06:57:20 +0000 |
commit | cdd9bea4f63fcf3bfbd9b3e066b1eee7ac13f826 (patch) | |
tree | 8d2d429157e751cf61e02d33f2eb4ef3361d2fa6 /devel/linux-f8-sdl12/Makefile | |
parent | c67aff95dd7712ce44414569819490ea09bd2b1c (diff) |
Notes
Diffstat (limited to 'devel/linux-f8-sdl12/Makefile')
-rw-r--r-- | devel/linux-f8-sdl12/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/linux-f8-sdl12/Makefile b/devel/linux-f8-sdl12/Makefile index 9d15df4c6a7e..05d3f3df1f53 100644 --- a/devel/linux-f8-sdl12/Makefile +++ b/devel/linux-f8-sdl12/Makefile @@ -7,11 +7,12 @@ # PORTNAME= sdl -PORTVERSION= 1.2.2.1 +PORTVERSION= 1.2.5 CATEGORIES= devel linux -MASTER_SITES= http://www.libsdl.org/release/ +MASTER_SITES= http://www.libsdl.org/release/ \ + ftp://ftp.icm.edu.pl/vol/rzm9/linux-pld/pool/s/SDL/ PKGNAMEPREFIX= linux- -DISTNAME= ${PORTNAME:U}-${PORTVERSION:S/.1$/-1/}.${MACHINE_ARCH} +DISTNAME= ${PORTNAME:U}-${PORTVERSION:S/.1$/-1/}-1.${MACHINE_ARCH} EXTRACT_SUFX= .rpm EXTRACT_ONLY= |