aboutsummaryrefslogtreecommitdiffstats
path: root/misc/kdirstat
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 /misc/kdirstat
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 'misc/kdirstat')
-rw-r--r--misc/kdirstat/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/misc/kdirstat/Makefile b/misc/kdirstat/Makefile
index a198006f2210..ad52933dc237 100644
--- a/misc/kdirstat/Makefile
+++ b/misc/kdirstat/Makefile
@@ -5,13 +5,13 @@
# $FreeBSD$
#
-PORTNAME= kdirstat
-PORTVERSION= 0.86
-CATEGORIES= misc kde
-MASTER_SITES= http://www.suse.de/~sh/download/ \
- ${MASTER_SITE_KDE}
+PORTNAME= kdirstat
+PORTVERSION= 0.86
+CATEGORIES= misc kde
+MASTER_SITES= http://www.suse.de/~sh/download/ \
+ ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/1.1.2/apps/utils
-EXTRACT_SUFX= .tgz
+EXTRACT_SUFX= .tgz
MAINTAINER= andrey@novikov.com
@@ -19,6 +19,6 @@ LIB_DEPENDS= kdeui.3:${PORTSDIR}/x11/kdelibs11
GNU_CONFIGURE= yes
USE_GMAKE= yes
-USE_QT= yes
+USE_QT= yes
.include <bsd.port.mk>