diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2012-08-08 16:59:36 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2012-08-08 16:59:36 +0000 |
commit | 832498e356363559874b67ebf7cdd529d2e22ac3 (patch) | |
tree | e93659a37c8593e4661f1cd532e117547964bf1c /archivers | |
parent | f05ef3a27e3bf2dfcf2326780072737e39cdcd27 (diff) |
- Adjust COMMENT and port descriptions where appropriate
- Relinquish to the pool due severe to lack of time :-(
Notes
Notes:
svn path=/head/; revision=302299
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/hlextract/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/hlextract/Makefile b/archivers/hlextract/Makefile index 772fafd51a70..24fd7b9381ae 100644 --- a/archivers/hlextract/Makefile +++ b/archivers/hlextract/Makefile @@ -11,12 +11,12 @@ CATEGORIES= archivers games MASTER_SITES= http://nemesis.thewavelength.net/files/files/ DISTNAME= hllib${PORTVERSION:S/.//g} -MAINTAINER= danfe@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Utility to extract data from various Half-Life file formats LICENSE= GPLv2 -LIB_DEPENDS= hl.2:${PORTSDIR}/games/hllib +LIB_DEPENDS= hl:${PORTSDIR}/games/hllib USE_ZIP= yes USE_DOS2UNIX= Main.c |