summaryrefslogtreecommitdiff
path: root/mail/tmda/Makefile
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2003-04-15 00:03:01 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2003-04-15 00:03:01 +0000
commite022a4f3e2df4d33e23b6c27a12b515d0ebb3399 (patch)
tree665fc9f2258694adc36dfc620bebc0aadf047782 /mail/tmda/Makefile
parentAdd missing files and make needed symlink. (diff)
update to 0.74
PR: 50958 Submitted by: Mike Meyer <mwm@mired.org>
Notes
Notes: svn path=/head/; revision=78990
Diffstat (limited to 'mail/tmda/Makefile')
-rw-r--r--mail/tmda/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/mail/tmda/Makefile b/mail/tmda/Makefile
index c9d2b827da5a..21ff93c31127 100644
--- a/mail/tmda/Makefile
+++ b/mail/tmda/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= tmda
-PORTVERSION= 0.73
+PORTVERSION= 0.74
CATEGORIES= mail python
MASTER_SITES= http://tmda.net/releases/%SUBDIR%/
MASTER_SITE_SUBDIR= . old
@@ -43,13 +43,6 @@ post-install:
@${INSTALL_DATA} ${WRKSRC}/contrib/$f ${DOCSDIR}/contrib
.endfor
@${INSTALL_DATA} ${WRKSRC}/htdocs/*.html ${DOCSDIR}/htdocs
- @${MKDIR} ${DOCSDIR}/contrib/cgi
- @${INSTALL_SCRIPT} ${WRKSRC}/contrib/cgi/*.py* ${DOCSDIR}/contrib/cgi
-.for f in compile README tmda-cgi.conf tmda-cgi.c
- @${INSTALL_DATA} ${WRKSRC}/contrib/cgi/$f ${DOCSDIR}/contrib/cgi
-.endfor
- @${MKDIR} ${DOCSDIR}/contrib/cgi/display
- @${INSTALL_DATA} ${WRKSRC}/contrib/cgi/display/* ${DOCSDIR}/contrib/cgi/display
@${ECHO_MSG}
@${ECHO_MSG} See ${DOCSDIR}/INSTALL for configuration instructions
@${ECHO_MSG} See ${DOCSDIR}/UPGRADE if upgrading from a previous release