diff options
author | wiz <wiz@pkgsrc.org> | 2007-02-22 19:20:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-02-22 19:20:05 +0000 |
commit | 14a2281ed015195530c254f529b9e0f06ce8071b (patch) | |
tree | 43add16581c7d179e1a2c22203ee5f02473e1d19 | |
parent | 5411305ed8b6ce49e11e22e6570bf65b95755331 (diff) | |
download | pkgsrc-14a2281ed015195530c254f529b9e0f06ce8071b.tar.gz |
Update MASTER_SITES and HOMEPAGE. Mark as not for Linux,
since the code assumes fpos_t is an integral type. From Sergey Svishchev.
-rw-r--r-- | mail/oe2mbx/Makefile | 11 |
1 files 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} |