diff options
| author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-16 17:33:20 +0000 |
|---|---|---|
| committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-16 17:33:20 +0000 |
| commit | 2b1a883dc4fd248d3b049059b9543dde2ac98ffd (patch) | |
| tree | 0b080fcd55271333176593e1b9bc0b48aedbe9fa /mail/knewmail/Makefile | |
| parent | 21829056931f158e125c2d89352e36c1c7196a26 (diff) | |
Massive style enforcement - use ^I instead of spaces for variables identation.
Diffstat (limited to 'mail/knewmail/Makefile')
| -rw-r--r-- | mail/knewmail/Makefile | 16 |
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> |
