diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-04-15 02:17:52 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-04-15 02:17:52 +0000 |
commit | c084406126fb3cb6dbc6d1bf211f534e337de701 (patch) | |
tree | 945e9116882f9393cf327ab66c10f3383e26c059 /mail/noattach | |
parent | 869052c9896e5acdd6b15c99617d7bcb7d27904c (diff) |
Notes
Diffstat (limited to 'mail/noattach')
-rw-r--r-- | mail/noattach/Makefile | 4 | ||||
-rw-r--r-- | mail/noattach/distinfo | 2 | ||||
-rw-r--r-- | mail/noattach/pkg-descr | 4 |
3 files changed, 6 insertions, 4 deletions
diff --git a/mail/noattach/Makefile b/mail/noattach/Makefile index 6815b6c060ce..e89ca672f09a 100644 --- a/mail/noattach/Makefile +++ b/mail/noattach/Makefile @@ -6,7 +6,7 @@ # PORTNAME= noattach -PORTVERSION= 1.0beta12 +PORTVERSION= 1.0 CATEGORIES= mail MASTER_SITES= ftp://ftp.rhnet.is/pub/noattach/ @@ -17,6 +17,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libmilter.a:${PORTSDIR}/mail/sendmail CFLAGS+= ${PTHREAD_CFLAGS:S=""==} FLAGS+= ${PTHREAD_LIBS} GNU_CONFIGURE= yes +MAN8= noattach.8 DOCSFILES= AUTHORS THANKS COPYING INSTALL NEWS README TODO ChangeLog SAMPLEFILES= README noattach.patterns noattach.patterns.johncon .if defined(SENDMAIL_WITH_LDAP) @@ -43,6 +44,7 @@ do-install: ${PREFIX}/etc/rc.d/noattach.sh.sample ${INSTALL_DATA} ${WRKSRC}/examples/noattach.patterns \ ${PREFIX}/etc/noattach.patterns-dist + ${INSTALL_MAN} ${WRKSRC}/doc/noattach.8 ${PREFIX}/man/man8/ .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${MKDIR} ${EXAMPLESDIR} diff --git a/mail/noattach/distinfo b/mail/noattach/distinfo index a414f35bf00a..f6cbb4b74b6d 100644 --- a/mail/noattach/distinfo +++ b/mail/noattach/distinfo @@ -1 +1 @@ -MD5 (noattach-1.0beta12.tar.gz) = d0a9a3f7ca079a3af565ceeef9b29f50 +MD5 (noattach-1.0.tar.gz) = 4ae2a525fb43830638ccc3d45b965b4a diff --git a/mail/noattach/pkg-descr b/mail/noattach/pkg-descr index 69282ca4f5ec..83eca921d7fc 100644 --- a/mail/noattach/pkg-descr +++ b/mail/noattach/pkg-descr @@ -4,7 +4,7 @@ matches one of the regular expressions in a given pattern file and rejects those emails that match. Filenames are rfc2047 or rfc2231 decoded if needed. -This program needs sendmail version 8.12.1 or newer to be compiled with -libsm and libmilter. +This program needs sendmail version 8.12.2 or newer to be compiled with +libmilter. WWW: http://freshmeat.net/projects/noattach/ |