diff options
author | lioux <lioux@FreeBSD.org> | 2001-05-01 20:10:31 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-05-01 20:10:31 +0000 |
commit | 70a197d615f0c9fdd512ca0555ecc58fee07c1ba (patch) | |
tree | 1c6ab0a267b2f8bc263bb07d5183fa507f73c9c0 /games | |
parent | 95237deda54f91f7f5893db40140c3321176f80b (diff) | |
download | FreeBSD-ports-70a197d615f0c9fdd512ca0555ecc58fee07c1ba.zip FreeBSD-ports-70a197d615f0c9fdd512ca0555ecc58fee07c1ba.tar.gz |
Strictly follow port rules.
Use DISTNAME and EXTRACT_SUFX instead of defining extension inside
DISTNAME.
Diffstat (limited to 'games')
-rw-r--r-- | games/hlserver-action/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/hlserver-action/Makefile b/games/hlserver-action/Makefile index 3812e2c..07563f3 100644 --- a/games/hlserver-action/Makefile +++ b/games/hlserver-action/Makefile @@ -16,7 +16,8 @@ MASTER_SITES= http://ftp1download.gamespy.com/fileplanet/fpnew/action/half-life/ ftp://ftp.gamesurf.de/pub/gamesurf/halflife/mods/actionhl/beta4/ \ ftp://ftp.wireplay.net/pub/downloads/fps/halflife/mods/action/linux/ \ ftp://ftp.blackmesa.de/mods/ahl/ -DISTFILES= action.tgz +DISTNAME= action +EXTRACT_SUFX= .tgz HALFLIFE_COUNTERSTRIKE_MASTER= ${.CURDIR}/../hlserver-cs |