aboutsummaryrefslogtreecommitdiff
path: root/mail/scmail/Makefile
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2004-02-07 12:29:36 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2004-02-07 12:29:36 +0000
commit6c38c2ead0919dc54e0cbbf269b199cb801f678c (patch)
tree938e9d9bfb95c275c39bec180a20f09e2b306476 /mail/scmail/Makefile
parentd2f6843338c47a1030fad36b5dd2db8a0e94e7fe (diff)
downloadports-6c38c2ead0919dc54e0cbbf269b199cb801f678c.tar.gz
ports-6c38c2ead0919dc54e0cbbf269b199cb801f678c.zip
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/Makefile')
-rw-r--r--mail/scmail/Makefile8
1 files changed, 4 insertions, 4 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>