aboutsummaryrefslogtreecommitdiff
path: root/audio/normalize
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2001-02-04 21:12:59 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2001-02-04 21:12:59 +0000
commit51c690ba337a12c378421fb980fa4a536a04c2f7 (patch)
treec54e266a89e1dfc0c3e29c957ed9d59a5e6b30bf /audio/normalize
parentd9613617c0c07e80f486c2ffbb8cca55bcef8ff5 (diff)
downloadports-51c690ba337a12c378421fb980fa4a536a04c2f7.tar.gz
ports-51c690ba337a12c378421fb980fa4a536a04c2f7.zip
Style: use tabs, not spaces, to indent variables in Makefiles.
(whitespace only changes)
Notes
Notes: svn path=/head/; revision=37952
Diffstat (limited to 'audio/normalize')
-rw-r--r--audio/normalize/Makefile18
1 files changed, 9 insertions, 9 deletions
diff --git a/audio/normalize/Makefile b/audio/normalize/Makefile
index e93aa97f90d4..eaf4fe05a6ac 100644
--- a/audio/normalize/Makefile
+++ b/audio/normalize/Makefile
@@ -5,18 +5,18 @@
# $FreeBSD$
#
-PORTNAME= normalize
-PORTVERSION= 0.4
-CATEGORIES= audio
-MASTER_SITES= http://www.cs.columbia.edu/~cvaill/normalize/
+PORTNAME= normalize
+PORTVERSION= 0.4
+CATEGORIES= audio
+MASTER_SITES= http://www.cs.columbia.edu/~cvaill/normalize/
-MAINTAINER= greid@ukug.uk.freebsd.org
+MAINTAINER= greid@ukug.uk.freebsd.org
-LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext \
- gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
+LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext \
+ gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
-GNU_CONFIGURE= yes
+GNU_CONFIGURE= yes
-MAN1= normalize.1
+MAN1= normalize.1
.include <bsd.port.mk>