summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2005-07-25 20:03:32 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2005-07-25 20:03:32 +0000
commit58fb97d157b8217b73a2793598b09d5b70ac5265 (patch)
treee539e8f6f5a98c50dee191845497e4e3dde184a3 /mail
parentUpdate to 0.9.4, see ChangeLog for detail: (diff)
- Update to 0.1.3
PR: ports/84086 Submitted by: Andrej Zverev <az@inec.ru> Approved by: maintainer
Notes
Notes: svn path=/head/; revision=140112
Diffstat (limited to 'mail')
-rw-r--r--mail/nmzmail/Makefile15
-rw-r--r--mail/nmzmail/distinfo4
2 files changed, 10 insertions, 9 deletions
diff --git a/mail/nmzmail/Makefile b/mail/nmzmail/Makefile
index c0bf2350083b..d8a3a815131b 100644
--- a/mail/nmzmail/Makefile
+++ b/mail/nmzmail/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= nmzmail
-PORTVERSION= 0.1.2
+PORTVERSION= 0.1.3
CATEGORIES= mail
MASTER_SITES= http://www.ecademix.com/JohannesHofmann/
@@ -17,10 +17,12 @@ COMMENT= Fast mail searching for mutt
RUN_DEPENDS= namazu:${PORTSDIR}/databases/namazu2 \
mutt:${PORTSDIR}/mail/mutt
+GNU_CONFIGURE= yes
+CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_GMAKE= yes
-ALL_TARGET= # empty
+
PLIST_FILES= bin/nmzmail
-PORTDOCS= README
+PORTDOCS= README NEWS
.include <bsd.port.pre.mk>
@@ -28,13 +30,12 @@ PORTDOCS= README
LIB_DEPENDS+= readline.5:${PORTSDIR}/devel/readline
.endif
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/nmzmail ${PREFIX}/bin
-
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}
+ for f in ${PORTDOCS}; do \
+ ${INSTALL_DATA} ${WRKSRC}/$$f ${DOCSDIR}; \
+ done
.endif
.include <bsd.port.post.mk>
diff --git a/mail/nmzmail/distinfo b/mail/nmzmail/distinfo
index ac3d830c53b9..b67e9ffb0ed6 100644
--- a/mail/nmzmail/distinfo
+++ b/mail/nmzmail/distinfo
@@ -1,2 +1,2 @@
-MD5 (nmzmail-0.1.2.tar.gz) = 18f5b4e9cc44c5ae9611d4130fc47fa6
-SIZE (nmzmail-0.1.2.tar.gz) = 3930
+MD5 (nmzmail-0.1.3.tar.gz) = ab4b853fd939012f6d0025ef3cf9a81d
+SIZE (nmzmail-0.1.3.tar.gz) = 83308