diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2005-05-03 02:07:43 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2005-05-03 02:07:43 +0000 |
commit | d74d7266f44c1262a87c3eca8dea951872b2f711 (patch) | |
tree | 0ae44163862b91a3c2f65d56179ad20a1277afc1 /games/uhexen | |
parent | beecc09b0f00d5ff573adbf7fdd492ec43c1599f (diff) | |
download | ports-d74d7266f44c1262a87c3eca8dea951872b2f711.tar.gz ports-d74d7266f44c1262a87c3eca8dea951872b2f711.zip |
Notes
Diffstat (limited to 'games/uhexen')
-rw-r--r-- | games/uhexen/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/uhexen/Makefile b/games/uhexen/Makefile index 94a3439e2a29..53d7bb836e8e 100644 --- a/games/uhexen/Makefile +++ b/games/uhexen/Makefile @@ -1,4 +1,4 @@ -# New ports collection makefile for: uhexen +# New ports collection makefile for: U-Hexen # Date created: 10 February 2003 # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # @@ -16,8 +16,8 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} hexen.zip EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} .endif -MAINTAINER= ports@FreeBSD.org -COMMENT= Yet another port of Hexen, popular game from Raven Softrware +MAINTAINER= danfe@FreeBSD.org +COMMENT= Yet another port of Hexen, popular game from Raven Software OPTIONS= NOWAD "Don't install WAD file" off @@ -60,7 +60,7 @@ pre-everything:: post-extract: .if !defined(WITHOUT_WAD) @${LOCALBASE}/bin/unzip -qo ${_DISTDIR}/hexen.zip \ - -d ${WRKSRC} + -d ${WRKSRC} .endif do-install: |