diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-04-15 00:03:01 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-04-15 00:03:01 +0000 |
commit | e022a4f3e2df4d33e23b6c27a12b515d0ebb3399 (patch) | |
tree | 665fc9f2258694adc36dfc620bebc0aadf047782 /mail/tmda/Makefile | |
parent | 85cdf33e02d9ca35fc73ddc49d6117583f65a244 (diff) | |
download | ports-e022a4f3e2df4d33e23b6c27a12b515d0ebb3399.tar.gz ports-e022a4f3e2df4d33e23b6c27a12b515d0ebb3399.zip |
Notes
Diffstat (limited to 'mail/tmda/Makefile')
-rw-r--r-- | mail/tmda/Makefile | 9 |
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 |