summaryrefslogtreecommitdiff
path: root/mail/gotmail/Makefile
diff options
context:
space:
mode:
authorAlan Eldridge <alane@FreeBSD.org>2002-10-24 04:39:30 +0000
committerAlan Eldridge <alane@FreeBSD.org>2002-10-24 04:39:30 +0000
commit3c6a09b7ce22471b39ab7062c1009f3fe0854dd7 (patch)
treeabf7ada03ee00c2dd98a998f21c55ace0fd109b0 /mail/gotmail/Makefile
parentUpdate 2.4.5.2 --> 2.4.6.5 (diff)
Updated to 0.7.4. Now Mico$*** will change their site in about a week, after
they get wind that gotmail works again. PR: 44414 Submitted by: No Sleep <o_sleep@babbleheaven.com>
Notes
Notes: svn path=/head/; revision=68704
Diffstat (limited to 'mail/gotmail/Makefile')
-rw-r--r--mail/gotmail/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/gotmail/Makefile b/mail/gotmail/Makefile
index e0ed0a2eb6cb..a131991e96e9 100644
--- a/mail/gotmail/Makefile
+++ b/mail/gotmail/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gotmail
-PORTVERSION= 0.7.2
+PORTVERSION= 0.7.4
CATEGORIES= mail perl5
MASTER_SITES= http://ssl.usu.edu/paul/gotmail/
DISTNAME= ${PORTNAME}_${PORTVERSION}
@@ -29,7 +29,7 @@ pre-patch:
do-install:
.for i in ${MAN1}
${INSTALL_MAN} ${WRKSRC}/${i} ${MANPREFIX}/man/man1
-.endfor
+.endfor # i in ${MAN1}
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
post-install:
@@ -37,7 +37,7 @@ post-install:
${MKDIR} ${PREFIX}/share/doc/${PORTNAME}
.for i in ChangeLog README sample.gotmailrc
${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/doc/${PORTNAME}
-.endfor
-.endif
+.endfor # i in ChangeLog README sample.gotmailrc
+.endif # !defined(NOPORTDOCS)
.include <bsd.port.mk>