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/normalize/Makefile | |
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)
Diffstat (limited to 'audio/normalize/Makefile')
-rw-r--r-- | audio/normalize/Makefile | 18 |
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> |