diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2004-02-07 12:29:36 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2004-02-07 12:29:36 +0000 |
commit | 6c38c2ead0919dc54e0cbbf269b199cb801f678c (patch) | |
tree | 938e9d9bfb95c275c39bec180a20f09e2b306476 /mail/scmail | |
parent | d2f6843338c47a1030fad36b5dd2db8a0e94e7fe (diff) |
Update to 1.1
PR: 62462
Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
Notes
Notes:
svn path=/head/; revision=100241
Diffstat (limited to 'mail/scmail')
-rw-r--r-- | mail/scmail/Makefile | 8 | ||||
-rw-r--r-- | mail/scmail/distinfo | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/mail/scmail/Makefile b/mail/scmail/Makefile index ec33a1b58f23..8ee318671291 100644 --- a/mail/scmail/Makefile +++ b/mail/scmail/Makefile @@ -6,7 +6,7 @@ # PORTNAME= scmail -PORTVERSION= 1.0 +PORTVERSION= 1.1 CATEGORIES= mail MASTER_SITES= http://www.namazu.org/~satoru/scmail/ @@ -19,9 +19,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/gauche/${GAUCHE_VER}/lib/dbm/gdbm.scm:${PORTSDIR USE_REINPLACE= yes MAKE_ARGS= PREFIX="${PREFIX}" DATADIR="${EXAMPLESDIR}" -.if !defined(NOPORTDOCS) PORTDOCS= scbayes-ja.html scbayes.html scmail-ja.html scmail.html -.endif .include <bsd.port.pre.mk> @@ -39,7 +37,9 @@ post-patch: post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR} +.for f in ${PORTDOCS} + ${INSTALL_DATA} ${WRKSRC}/doc/${f} ${DOCSDIR} +.endfor .endif .include <bsd.port.post.mk> diff --git a/mail/scmail/distinfo b/mail/scmail/distinfo index 047ce95ac6cc..ba9d64776d4d 100644 --- a/mail/scmail/distinfo +++ b/mail/scmail/distinfo @@ -1,2 +1,2 @@ -MD5 (scmail-1.0.tar.gz) = db4b2744303f8e2cd5a82b2815daa3c7 -SIZE (scmail-1.0.tar.gz) = 54275 +MD5 (scmail-1.1.tar.gz) = 4471678c0f33705cee0bec7528e91c1e +SIZE (scmail-1.1.tar.gz) = 49128 |