diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-09-28 14:26:13 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-09-28 14:26:13 +0000 |
commit | 5f2723c56ceedfd6f4f10694678760c7e7bea5a2 (patch) | |
tree | 78bea894efc83bae06f27239c3b045f03f9abf70 /games/maelstrom | |
parent | fdd5b7657068717345af7d6c9b033f64ee0cb87c (diff) |
Whitespace only change - decrease number of tabs used to separate values from
variables from 2 to 1.
Notes
Notes:
svn path=/head/; revision=33212
Diffstat (limited to 'games/maelstrom')
-rw-r--r-- | games/maelstrom/Makefile | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/games/maelstrom/Makefile b/games/maelstrom/Makefile index 08ae043b2304..5388313b077f 100644 --- a/games/maelstrom/Makefile +++ b/games/maelstrom/Makefile @@ -5,23 +5,23 @@ # $FreeBSD$ # -PORTNAME= maelstrom -PORTVERSION= 3.0.1 -CATEGORIES= games -MASTER_SITES= http://www.devolution.com/~slouken/projects/Maelstrom/src/ -DISTNAME= Maelstrom-${PORTVERSION} +PORTNAME= maelstrom +PORTVERSION= 3.0.1 +CATEGORIES= games +MASTER_SITES= http://www.devolution.com/~slouken/projects/Maelstrom/src/ +DISTNAME= Maelstrom-${PORTVERSION} -MAINTAINER= sobomax@FreeBSD.org +MAINTAINER= sobomax@FreeBSD.org -LIB_DEPENDS= SDL-1.0.2:${PORTSDIR}/devel/sdl +LIB_DEPENDS= SDL-1.0.2:${PORTSDIR}/devel/sdl -USE_X_PREFIX= yes -USE_XPM= yes -USE_NEWGCC= yes -GNU_CONFIGURE= yes +USE_X_PREFIX= yes +USE_XPM= yes +USE_NEWGCC= yes +GNU_CONFIGURE= yes .if !defined(NOPORTDOCS) -INSTALL_TARGET= install install_gamedocs +INSTALL_TARGET= install install_gamedocs .endif post-install: |