summaryrefslogtreecommitdiff
path: root/mail/oe2mbx
diff options
context:
space:
mode:
authorwiz <wiz>2007-02-22 19:20:05 +0000
committerwiz <wiz>2007-02-22 19:20:05 +0000
commit5493fe0af0b11409b87a597b3360716b6c44028f (patch)
tree43add16581c7d179e1a2c22203ee5f02473e1d19 /mail/oe2mbx
parentb713a49dd0c388ee55ad69bcbc27a1d5ac5aef69 (diff)
downloadpkgsrc-5493fe0af0b11409b87a597b3360716b6c44028f.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.
Diffstat (limited to 'mail/oe2mbx')
-rw-r--r--mail/oe2mbx/Makefile11
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}