From 14a2281ed015195530c254f529b9e0f06ce8071b Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 22 Feb 2007 19:20:05 +0000 Subject: Update MASTER_SITES and HOMEPAGE. Mark as not for Linux, since the code assumes fpos_t is an integral type. From Sergey Svishchev. --- mail/oe2mbx/Makefile | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/mail/oe2mbx/Makefile b/mail/oe2mbx/Makefile index dce9f32f4ac..47727aced49 100644 --- a/mail/oe2mbx/Makefile +++ b/mail/oe2mbx/Makefile @@ -1,18 +1,21 @@ -# $NetBSD: Makefile,v 1.9 2006/09/09 02:43:10 obache Exp $ +# $NetBSD: Makefile,v 1.10 2007/02/22 19:20:05 wiz Exp $ # DISTNAME= oe2mbx-1.21 CATEGORIES= mail -MASTER_SITES= http://www.gpl.no/liboe/download/ +MASTER_SITES= # none MAINTAINER= zuntum@NetBSD.org -HOMEPAGE= http://www.gpl.no/liboe/ +HOMEPAGE= http://web.archive.org/2/www.gpl.no/liboe/ COMMENT= Outlook Express messages to the Unix mailbox format converter +# assumes fpos_t is an integral type +NOT_FOR_PLATFORM= Linux-*-* + WRKSRC= ${WRKDIR}/liboe-0.92 MAKE_FILE= makefile -MAKE_ENV+= INSTALL_PROGRAM=${INSTALL_PROGRAM:Q} \ +MAKE_ENV+= INSTALL_PROGRAM=${INSTALL_PROGRAM:Q} \ INSTALL_LIB=${INSTALL_LIB:Q} \ INSTALL_DATA=${INSTALL_DATA:Q} -- cgit v1.2.3