diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-02-04 21:12:59 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-02-04 21:12:59 +0000 |
commit | 51c690ba337a12c378421fb980fa4a536a04c2f7 (patch) | |
tree | c54e266a89e1dfc0c3e29c957ed9d59a5e6b30bf /audio/openal | |
parent | Add the www/eddie port (a high availability clustering tool). (diff) |
Style: use tabs, not spaces, to indent variables in Makefiles.
(whitespace only changes)
Notes
Notes:
svn path=/head/; revision=37952
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 05fecccace21..85e0c85b0fe1 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/ |