diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2012-01-15 22:34:13 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2012-01-15 22:34:13 +0000 |
commit | 0ab316553c4ae35e7873a22debada2f4895a1590 (patch) | |
tree | 1f61214f241696d5ea25805cb31f74d6e67156ad | |
parent | dbadfe7b3ab875ebd4f73c85ef3ff79423a38369 (diff) | |
download | ports-0ab316553c4ae35e7873a22debada2f4895a1590.tar.gz ports-0ab316553c4ae35e7873a22debada2f4895a1590.zip |
Notes
-rw-r--r-- | mail/amavis-logwatch/Makefile | 5 | ||||
-rw-r--r-- | mail/amavis-logwatch/distinfo | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/mail/amavis-logwatch/Makefile b/mail/amavis-logwatch/Makefile index 003bb8c75620..e87335956436 100644 --- a/mail/amavis-logwatch/Makefile +++ b/mail/amavis-logwatch/Makefile @@ -6,7 +6,7 @@ # PORTNAME= amavis-logwatch -PORTVERSION= 1.51.00 +PORTVERSION= 1.51.01 CATEGORIES= mail MASTER_SITES= SF/logreporters/${PORTNAME}/release/${PORTVERSION} EXTRACT_SUFX= .tgz @@ -15,6 +15,7 @@ MAINTAINER= masaki@club.kyutech.ac.jp COMMENT= Amavisd-new log parser LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE PORTDOCS= Bugs Changes README PORTEXAMPLES= ${PORTNAME}.conf @@ -31,7 +32,7 @@ post-patch: do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MAN1PREFIX}/man/man1 @${CP} ${WRKSRC}/${PORTNAME}.conf ${WRKSRC}/${PORTNAME}.conf.sample @${MKDIR} ${ETCDIR} ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.conf.sample ${ETCDIR} diff --git a/mail/amavis-logwatch/distinfo b/mail/amavis-logwatch/distinfo index b4aa0b896980..a2c4750e9ab4 100644 --- a/mail/amavis-logwatch/distinfo +++ b/mail/amavis-logwatch/distinfo @@ -1,2 +1,2 @@ -SHA256 (amavis-logwatch-1.51.00.tgz) = 96c20cd71ee2ab9f9fd8c4ad1ee2d72d80992920e1135e0f982f4e4f39db4cf4 -SIZE (amavis-logwatch-1.51.00.tgz) = 86482 +SHA256 (amavis-logwatch-1.51.01.tgz) = c731bab0bdd778afc02a7364ae3125c56aba63200834fddddaa628d463b49d21 +SIZE (amavis-logwatch-1.51.01.tgz) = 86048 |