aboutsummaryrefslogtreecommitdiff
path: root/mail/noattach/Makefile
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2002-04-15 02:17:52 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2002-04-15 02:17:52 +0000
commitc084406126fb3cb6dbc6d1bf211f534e337de701 (patch)
tree945e9116882f9393cf327ab66c10f3383e26c059 /mail/noattach/Makefile
parent869052c9896e5acdd6b15c99617d7bcb7d27904c (diff)
downloadports-c084406126fb3cb6dbc6d1bf211f534e337de701.tar.gz
ports-c084406126fb3cb6dbc6d1bf211f534e337de701.zip
Version update and a description change.
With the new version there is a man page wich should now be installed. PR: 37082 Submitted by: oli@isnic.is
Notes
Notes: svn path=/head/; revision=57706
Diffstat (limited to 'mail/noattach/Makefile')
-rw-r--r--mail/noattach/Makefile4
1 files changed, 3 insertions, 1 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}