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/sweep | |
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/sweep')
-rw-r--r-- | audio/sweep/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/sweep/Makefile b/audio/sweep/Makefile index 840ab6a..1652a66 100644 --- a/audio/sweep/Makefile +++ b/audio/sweep/Makefile @@ -6,7 +6,7 @@ # PORTNAME= sweep -PORTVERSION= 0.1.1 +PORTVERSION= 0.1.1 CATEGORIES= audio gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} |