From 29d49bdfb4bb6f6ca742e9aa9432ccee1074a8ca Mon Sep 17 00:00:00 2001 From: edwin Date: Sat, 5 Apr 2003 22:37:49 +0000 Subject: Added COMMENT. Ran portlint on it (strangely engouh, I've done all these fixes yesterday already) Submitted by: "Dan Langille" --- security/avmailgate/Makefile | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'security/avmailgate') diff --git a/security/avmailgate/Makefile b/security/avmailgate/Makefile index 03814e8c18c2..9c4deb890136 100644 --- a/security/avmailgate/Makefile +++ b/security/avmailgate/Makefile @@ -1,5 +1,4 @@ # New ports collection makefile for: avmailgate -# Version required: 6.12 # Date created: January 29, 2002 # Whom: Oliver Breuninger # @@ -10,13 +9,16 @@ # PORTNAME= avmailgate -PORTVERSION= 6.12 -DISTFILES= avmailgate-6.12.0.0-freebsd.tgz +PORTVERSION= 6.12.0.0 CATEGORIES= security MASTER_SITES= ftp://ftp.antivir.de/freebsd/distfiles/ +DISTNAME= ${PORTNAME}-${PORTVERSION}-freebsd +EXTRACT_SUFX= .tgz + MAINTAINER= ob@breuninger.org +COMMENT= AntiVir MailGate mail virusscanner -WRKSRC= ${WRKDIR}/avmailgate-6.12.0.0-FreeBSD +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-FreeBSD NO_BUILD= yes @@ -50,8 +52,8 @@ post-install: @${ECHO_MSG} "For full functionality of AntiVir MailGate you need an license key" @${ECHO_MSG} "from H+BEDV Datentechnik GmbH." @${ECHO_MSG} "" - @${ECHO_MSG} "Put the file avmgate.key into the directory /usr/local/etc/antivir" - @${ECHO_MSG} "" + @${ECHO_MSG} "Put the file avmgate.key into the directory ${LOCALBASE}/etc/antivir" + @${ECHO_MSG} "" @${ECHO_MSG} "For more information on AntiVir please visit our web site" @${ECHO_MSG} "http://www.antivir.de or http://www.hbedv.com." @${ECHO_MSG} "mailto: support@antivir.de" @@ -62,4 +64,3 @@ post-install: @${ECHO_MSG} "" .include - -- cgit