diff options
Diffstat (limited to 'mail/drac/Makefile')
-rw-r--r-- | mail/drac/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/mail/drac/Makefile b/mail/drac/Makefile index 4fe7bd1bf3c7..61e8d8c886d5 100644 --- a/mail/drac/Makefile +++ b/mail/drac/Makefile @@ -7,16 +7,17 @@ PORTNAME= drac PORTVERSION= 1.12 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= mail MASTER_SITES= ftp://ftp.cc.umanitoba.ca/src/ \ + ftp://ftp.parodius.com/pub/umanitoba/ \ http://atreides.freenix.no/~anders/ \ ftp://totem.fix.no/pub/mirrors/misc/ DISTNAME= ${PORTNAME} EXTRACT_SUFX= .tar.Z -MAINTAINER= ports@FreeBSD.org -COMMENT= Dynamic Relay Authorization Control, a pop-before-smtp implementation +MAINTAINER= koitsu@FreeBSD.org +COMMENT= Dynamic Relay Authorization Control, a POP-before-SMTP implementation .if defined(WITH_POSTFIX_DB3) LIB_DEPENDS+= db3.3:${PORTSDIR}/databases/db3 @@ -63,7 +64,4 @@ do-install: @${INSTALL_MAN} ${WRKSRC}/rpc.dracd.1m ${PREFIX}/man/man1/rpc.dracd.1 .endif -post-install: - @${CAT} ${PKGMESSAGE} - .include <bsd.port.post.mk> |