mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
I love this game. So:
- Beautify Makefile header - One <space> -> <tab> nit - Take maintainership
This commit is contained in:
parent
beecc09b0f
commit
d74d7266f4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=134520
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user