diff options
author | edwin <edwin@FreeBSD.org> | 2003-04-06 06:37:49 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-04-06 06:37:49 +0800 |
commit | 29d49bdfb4bb6f6ca742e9aa9432ccee1074a8ca (patch) | |
tree | 22c00fad9bd6b6d858f0771c5ea526255c523665 | |
parent | 3adbde8af5dddad5f13c22d72ebb3ffa94d05df8 (diff) | |
download | freebsd-ports-gnome-29d49bdfb4bb6f6ca742e9aa9432ccee1074a8ca.tar.gz freebsd-ports-gnome-29d49bdfb4bb6f6ca742e9aa9432ccee1074a8ca.tar.zst freebsd-ports-gnome-29d49bdfb4bb6f6ca742e9aa9432ccee1074a8ca.zip |
Added COMMENT.
Ran portlint on it (strangely engouh, I've done all these fixes yesterday already)
Submitted by: "Dan Langille" <dan@langille.org>
-rw-r--r-- | security/avmailgate/Makefile | 15 |
1 files changed, 8 insertions, 7 deletions
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 <ob@breuninger.org> # @@ -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 <bsd.port.mk> - |