diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-05-01 20:10:31 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-05-01 20:10:31 +0000 |
commit | a9c0f0fe5752a367a4d19571da0bb89b37598d36 (patch) | |
tree | 4a1fda37f5c103a9793d2822578c991d5a4febc4 /games | |
parent | Automate the download and install of the .ttf fonts MicroSoft is (diff) |
Strictly follow port rules.
Use DISTNAME and EXTRACT_SUFX instead of defining extension inside
DISTNAME.
Notes
Notes:
svn path=/head/; revision=42145
Diffstat (limited to '')
-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 3812e2c61fd2..07563f3ff3de 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 |