diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-10-14 12:41:18 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-10-14 12:41:18 +0000 |
commit | fd43c6e008a2dcc68b98ddfcb8b0b78a77e4d56a (patch) | |
tree | d67d7b8da2415bf719c2f239e1c994114df83c8f /mail/qconfirm | |
parent | 74c43352a7414cddf89de026a59be12ffa0d8c5f (diff) | |
download | ports-fd43c6e008a2dcc68b98ddfcb8b0b78a77e4d56a.tar.gz ports-fd43c6e008a2dcc68b98ddfcb8b0b78a77e4d56a.zip |
Notes
Diffstat (limited to 'mail/qconfirm')
-rw-r--r-- | mail/qconfirm/Makefile | 8 | ||||
-rw-r--r-- | mail/qconfirm/distinfo | 2 | ||||
-rw-r--r-- | mail/qconfirm/pkg-descr | 2 | ||||
-rw-r--r-- | mail/qconfirm/pkg-plist | 2 |
4 files changed, 8 insertions, 6 deletions
diff --git a/mail/qconfirm/Makefile b/mail/qconfirm/Makefile index 9592f4421332..3492655e9750 100644 --- a/mail/qconfirm/Makefile +++ b/mail/qconfirm/Makefile @@ -6,7 +6,7 @@ # PORTNAME= qconfirm -PORTVERSION= 0.4.0 +PORTVERSION= 0.5.2 CATEGORIES= mail MASTER_SITES= http://smarden.org/qconfirm/ @@ -15,8 +15,8 @@ MAINTAINER= sergei@kolobov.com WRKSRC= ${WRKDIR}/mail/${DISTNAME}/src ALL_TARGET= default -PROGS= qconfirm-accept qconfirm-check qconfirm-conf -MAN1= qconfirm-accept.1 qconfirm-check.1 qconfirm-conf.1 +PROGS= qconfirm qconfirm-accept qconfirm-check qconfirm-conf +MAN1= qconfirm.1 qconfirm-accept.1 qconfirm-check.1 qconfirm-conf.1 do-install: .for file in ${PROGS} @@ -26,7 +26,7 @@ do-install: ${INSTALL_MAN} ${WRKSRC}/../man/${file} ${PREFIX}/man/man1 .endfor .if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} + @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/../doc/*.html ${DOCSDIR} .endif diff --git a/mail/qconfirm/distinfo b/mail/qconfirm/distinfo index 9a3bc06695a3..f7437fe8c8bd 100644 --- a/mail/qconfirm/distinfo +++ b/mail/qconfirm/distinfo @@ -1 +1 @@ -MD5 (qconfirm-0.4.0.tar.gz) = 0136ebbec79583732d52f74719ede532 +MD5 (qconfirm-0.5.2.tar.gz) = 29b587445fb39d3b7c7a7dc1ed241488 diff --git a/mail/qconfirm/pkg-descr b/mail/qconfirm/pkg-descr index 4e1e2f5bc7a1..ec9cf20e0f01 100644 --- a/mail/qconfirm/pkg-descr +++ b/mail/qconfirm/pkg-descr @@ -2,6 +2,6 @@ qconfirm is an implementation of a delivery confirmation process for a mail address under qmail. It is invoked by qmail-local through a .qmail file. qconfirm performs this delivery confirmation process either sender based or -message based. +message based. It is similar in concept to qsecretary or TMDA. WWW: http://smarden.org/qconfirm/ diff --git a/mail/qconfirm/pkg-plist b/mail/qconfirm/pkg-plist index fc3b3599168d..59f35c237571 100644 --- a/mail/qconfirm/pkg-plist +++ b/mail/qconfirm/pkg-plist @@ -1,3 +1,4 @@ +bin/qconfirm bin/qconfirm-accept bin/qconfirm-check bin/qconfirm-conf @@ -5,6 +6,7 @@ bin/qconfirm-conf %%PORTDOCS%%share/doc/qconfirm/faq.html %%PORTDOCS%%share/doc/qconfirm/index.html %%PORTDOCS%%share/doc/qconfirm/install.html +%%PORTDOCS%%share/doc/qconfirm/qconfirm.1.html %%PORTDOCS%%share/doc/qconfirm/qconfirm-accept.1.html %%PORTDOCS%%share/doc/qconfirm/qconfirm-check.1.html %%PORTDOCS%%share/doc/qconfirm/qconfirm-conf.1.html |