diff options
author | Alexander Logvinov <avl@FreeBSD.org> | 2010-09-13 10:05:29 +0000 |
---|---|---|
committer | Alexander Logvinov <avl@FreeBSD.org> | 2010-09-13 10:05:29 +0000 |
commit | 8a35c4ab76386588b1ce4552dee9a4cb6256baee (patch) | |
tree | ea3db59431bc5f4cc0e0f2c223dc854152e1adff /games/sampsvr/Makefile | |
parent | 3e1d153042f02ff6d2ef916829ae3eb5890ccbbb (diff) |
Notes
Diffstat (limited to 'games/sampsvr/Makefile')
-rw-r--r-- | games/sampsvr/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/sampsvr/Makefile b/games/sampsvr/Makefile index d98e563ca923..37af1e36fe7f 100644 --- a/games/sampsvr/Makefile +++ b/games/sampsvr/Makefile @@ -5,17 +5,17 @@ # $FreeBSD$ PORTNAME= sampsvr -PORTVERSION= 0.3a +PORTVERSION= 0.3b CATEGORIES= games linux MASTER_SITES= http://files.sa-mp.com/ -DISTNAME= samp${PORTVERSION:S,.,,}svr +DISTNAME= samp${PORTVERSION:S,.,,}svr_R2 MAINTAINER= avl@FreeBSD.org COMMENT= Rockstar's GTA: San Andreas multiplayer modification dedicated server USE_LINUX= yes NO_BUILD= yes -WRKSRC= ${WRKDIR}/${DISTNAME:S,asvr,,} +WRKSRC= ${WRKDIR}/samp03 USE_DOS2UNIX= *.txt *.pwn *.inc USE_RC_SUBR= sampd SAMPDIR= ${PREFIX}/libexec/${PORTNAME} |