diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-05-10 17:26:44 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-05-10 17:26:44 +0000 |
commit | a9c8ef7b8b8f2de0778b91fb85e19075eaf9d5bb (patch) | |
tree | 6baf731a34acf0a88eebbd1bc3cbe856d817915e /mail/mailscanner/Makefile | |
parent | 916d8146f0ea37d2a66b1dfb013b408154e45653 (diff) | |
download | ports-a9c8ef7b8b8f2de0778b91fb85e19075eaf9d5bb.tar.gz ports-a9c8ef7b8b8f2de0778b91fb85e19075eaf9d5bb.zip |
Notes
Diffstat (limited to 'mail/mailscanner/Makefile')
-rw-r--r-- | mail/mailscanner/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/mailscanner/Makefile b/mail/mailscanner/Makefile index 0c8a6840a0ea..9414c2b5185b 100644 --- a/mail/mailscanner/Makefile +++ b/mail/mailscanner/Makefile @@ -6,7 +6,7 @@ # PORTNAME= MailScanner -PORTVERSION= 4.40.11 +PORTVERSION= 4.41.3 CATEGORIES= mail MASTER_SITES= http://www.sng.ecs.soton.ac.uk/mailscanner/files/4/tar/ DISTNAME= ${PORTNAME}-install-${PORTVERSION}-${PATCHLEVEL} @@ -40,7 +40,7 @@ PATCHLEVEL= 1 USE_PERL5= yes WRKSRC= ${WRKDIR}/${PORTNAME}-install-${PORTVERSION} -PKGMESSAGE= ${WRKDIR}/pkg-message +SUB_FILES= pkg-message MAN8= MailScanner.8 MAN5= MailScanner.conf.5 @@ -232,7 +232,6 @@ do-install: fi; \ fi; \ done - @${SED} -e 's,%%PREFIX%%,${PREFIX},' pkg-message > ${PKGMESSAGE} @${CAT} ${PKGMESSAGE} renew-wrapper: install |