diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-01-17 01:33:20 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-01-17 01:33:20 +0800 |
commit | 51369898d389675759f44baed7961d59c8233c93 (patch) | |
tree | 8b4ec24d53e3f6345ace454c06ff938dbaf9a7a1 /mail/qmail-contrib | |
parent | 03f706620f3d8413ee3403771d9bc2bc73023978 (diff) | |
download | freebsd-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/qmail-contrib')
-rw-r--r-- | mail/qmail-contrib/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/mail/qmail-contrib/Makefile b/mail/qmail-contrib/Makefile index ee2bd37a099b..2be4e7db933e 100644 --- a/mail/qmail-contrib/Makefile +++ b/mail/qmail-contrib/Makefile @@ -6,7 +6,7 @@ # PORTNAME= qmail-contrib -PORTVERSION= 0.1 +PORTVERSION= 0.1 CATEGORIES= mail MASTER_SITES= ftp://ftp.qmail.org/pub/software/ \ ftp://rucus.ru.ac.za/pub/mail/qmail/src/ @@ -17,7 +17,7 @@ MAINTAINER= nbm@FreeBSD.org RUN_DEPENDS= ${QMAIL_DIR}/bin/qmail-send:${PORTSDIR}/mail/qmail -NO_PACKAGE= Unsure of djb\'s license +NO_PACKAGE= Unsure of djb\'s license ALL_TARGET= it INSTALL_TARGET= setup @@ -25,7 +25,7 @@ INSTALL_TARGET= setup MAN1= dot-forward.1 fastforward.1 printforward.1 setforward.1 MAN1+= newaliases.1 printmaillist.1 setmaillist.1 newinclude.1 -PLIST_SUB= DOCDIR=${DOCDIR} +PLIST_SUB= DOCDIR=${DOCDIR} .if exists(${PREFIX}/qmail/bin/qmail-send) QMAIL_DIR?= ${PREFIX}/qmail @@ -36,9 +36,9 @@ PREFIX?= /var/qmail .endif .if (${PREFIX} == "/usr/local") -DOCDIR= share/doc/qmail +DOCDIR= share/doc/qmail .else -DOCDIR= doc +DOCDIR= doc .endif FF_VER= 0.51 |