aboutsummaryrefslogtreecommitdiffstats
path: root/mail/knewmail
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 /mail/knewmail
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 'mail/knewmail')
-rw-r--r--mail/knewmail/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/mail/knewmail/Makefile b/mail/knewmail/Makefile
index 5add7e256c8b..08e10264e7cc 100644
--- a/mail/knewmail/Makefile
+++ b/mail/knewmail/Makefile
@@ -6,18 +6,18 @@
#
PORTNAME= knewmail
-PORTVERSION= 3.1
-CATEGORIES= mail kde
-MASTER_SITES= http://www.slac.com/mpilone/knewmail_home/downloads/
-EXTRACT_SUFX= .src.tar.gz
+PORTVERSION= 3.1
+CATEGORIES= mail kde
+MASTER_SITES= http://www.slac.com/mpilone/knewmail_home/downloads/
+EXTRACT_SUFX= .src.tar.gz
-MAINTAINER= wellers@netvision.net.il
+MAINTAINER= wellers@netvision.net.il
-LIB_DEPENDS= kdecore.3:${PORTSDIR}/x11/kdelibs11
+LIB_DEPENDS= kdecore.3:${PORTSDIR}/x11/kdelibs11
HAS_CONFIGURE= yes
-KDEDIR= ${PREFIX}
+KDEDIR= ${PREFIX}
USE_QT= yes
-CONFIGURE_ARGS= --prefix=${PREFIX}
+CONFIGURE_ARGS= --prefix=${PREFIX}
.include <bsd.port.mk>