aboutsummaryrefslogtreecommitdiffstats
path: root/audio/cdrdao
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2001-01-17 01:33:20 +0800
committersobomax <sobomax@FreeBSD.org>2001-01-17 01:33:20 +0800
commit51369898d389675759f44baed7961d59c8233c93 (patch)
tree8b4ec24d53e3f6345ace454c06ff938dbaf9a7a1 /audio/cdrdao
parent03f706620f3d8413ee3403771d9bc2bc73023978 (diff)
downloadfreebsd-ports-gnome-51369898d389675759f44baed7961d59c8233c93.tar.gz
freebsd-ports-gnome-51369898d389675759f44baed7961d59c8233c93.tar.zst
freebsd-ports-gnome-51369898d389675759f44baed7961d59c8233c93.zip
Massive style enforcement - use ^I instead of spaces for variables identation.
Diffstat (limited to 'audio/cdrdao')
-rw-r--r--audio/cdrdao/Makefile18
1 files changed, 9 insertions, 9 deletions
diff --git a/audio/cdrdao/Makefile b/audio/cdrdao/Makefile
index 8a2c4ddf8904..aa999a31c5d2 100644
--- a/audio/cdrdao/Makefile
+++ b/audio/cdrdao/Makefile
@@ -5,19 +5,19 @@
# $FreeBSD$
#
-PORTNAME= cdrdao
-PORTVERSION= 1.1.4
-CATEGORIES= audio
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+PORTNAME= cdrdao
+PORTVERSION= 1.1.4
+CATEGORIES= audio
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= cdrdao
-EXTRACT_SUFX= .src.tar.gz
+EXTRACT_SUFX= .src.tar.gz
-MAINTAINER= lebel@lebel.org
+MAINTAINER= lebel@lebel.org
-BUILD_DEPENDS= antlr:${PORTSDIR}/devel/pccts\
- dlg:${PORTSDIR}/devel/pccts
+BUILD_DEPENDS= antlr:${PORTSDIR}/devel/pccts \
+ dlg:${PORTSDIR}/devel/pccts
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
GNU_CONFIGURE= yes
USE_GMAKE= yes