summaryrefslogtreecommitdiff
path: root/mail/tmda/Makefile
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2001-11-06 17:17:13 +0000
committerPete Fritchman <petef@FreeBSD.org>2001-11-06 17:17:13 +0000
commitd56aea35dc9c2539b1624cde86ab25a00673e23f (patch)
tree3b8c1571f4c0e9026122b983289289ce2e18ad8e /mail/tmda/Makefile
parent- update to 2.8 (diff)
- update to 0.40
- no longer depend on qmail, as this works with qmail/postfix/exim now - adjust pkg-{comment,descr} to reflect reality - sort pkg-plist PR: 31801 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=49680
Diffstat (limited to 'mail/tmda/Makefile')
-rw-r--r--mail/tmda/Makefile14
1 files changed, 4 insertions, 10 deletions
diff --git a/mail/tmda/Makefile b/mail/tmda/Makefile
index 6747393fd9ec..e517e5bb17db 100644
--- a/mail/tmda/Makefile
+++ b/mail/tmda/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= tmda
-PORTVERSION= 0.37
+PORTVERSION= 0.40
CATEGORIES= mail python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= tmda
@@ -14,16 +14,8 @@ EXTRACT_SUFX= .tgz
MAINTAINER= jason@mastaler.com
-RUN_DEPENDS= ${QMAIL_DIR}/bin/qmail-send:${PORTSDIR}/mail/qmail
-
USE_PYTHON= yes
-.if exists(${PREFIX}/qmail/bin/qmail-send)
-QMAIL_DIR?= ${PREFIX}/qmail
-.else
-QMAIL_DIR?= /var/qmail
-.endif
-
do-build:
(cd ${WRKSRC}; ${PYTHON_CMD} ./compileall)
@@ -37,9 +29,11 @@ do-install:
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/tmda
-.for f in ChangeLog COPYRIGHT CRYPTO FAQ INSTALL README THANKS TODO UPGRADE contrib/*.* doc/tmda*
+ ${MKDIR} ${PREFIX}/share/doc/tmda/htdocs
+.for f in ChangeLog COPYRIGHT CRYPTO INSTALL README THANKS TODO UPGRADE contrib/*.*
@${INSTALL_DATA} ${WRKSRC}/$f ${PREFIX}/share/doc/tmda
.endfor
+ @${INSTALL_DATA} ${WRKSRC}/htdocs/*.html ${PREFIX}/share/doc/tmda/htdocs
@${ECHO_MSG}
@${ECHO_MSG} See ${PREFIX}/share/doc/tmda/INSTALL for configuration instructions
.endif