summaryrefslogtreecommitdiff
path: root/security/avmailgate
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-04-05 22:37:49 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-04-05 22:37:49 +0000
commitf68120eb7370c04055e15cfdd58579cee2811e6f (patch)
tree5d0d346e5f2d9f94a7c0bf239b42eade894d5e53 /security/avmailgate
parentRemove ports/net/jift due to lack of releases since 2001 (diff)
Added COMMENT.
Ran portlint on it (strangely engouh, I've done all these fixes yesterday already) Submitted by: "Dan Langille" <dan@langille.org>
Notes
Notes: svn path=/head/; revision=78357
Diffstat (limited to 'security/avmailgate')
-rw-r--r--security/avmailgate/Makefile15
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>
-