diff options
author | olgeni <olgeni@FreeBSD.org> | 2001-02-04 21:12:59 +0000 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2001-02-04 21:12:59 +0000 |
commit | 48a4c1438b7d3ef0b9109df031219cddf60148f3 (patch) | |
tree | 6d712db8ab76936a2c12cda89ca8c3992c46b446 /audio/openal | |
parent | 74cca3a7e2e1aa60631b4181b1ef758b928e2e3c (diff) | |
download | FreeBSD-ports-48a4c1438b7d3ef0b9109df031219cddf60148f3.zip FreeBSD-ports-48a4c1438b7d3ef0b9109df031219cddf60148f3.tar.gz |
Style: use tabs, not spaces, to indent variables in Makefiles.
(whitespace only changes)
Diffstat (limited to 'audio/openal')
-rw-r--r-- | audio/openal/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/openal/Makefile b/audio/openal/Makefile index 05feccc..85e0c85 100644 --- a/audio/openal/Makefile +++ b/audio/openal/Makefile @@ -6,7 +6,7 @@ # PORTNAME= openal -PORTVERSION= 20000908 +PORTVERSION= 20000908 CATEGORIES= audio MASTER_SITES= ftp://ftp.openal.org/pub/openal/ |