pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/oe2mbx Update MASTER_SITES and HOMEPAGE. Mark as ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/7255210f49de
branches: trunk
changeset: 525764:7255210f49de
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu Feb 22 19:20:05 2007 +0000
description:
Update MASTER_SITES and HOMEPAGE. Mark as not for Linux,
since the code assumes fpos_t is an integral type. From Sergey Svishchev.
diffstat:
mail/oe2mbx/Makefile | 11 +++++++----
1 files changed, 7 insertions(+), 4 deletions(-)
diffs (29 lines):
diff -r cef6548f68b8 -r 7255210f49de mail/oe2mbx/Makefile
--- a/mail/oe2mbx/Makefile Thu Feb 22 19:18:13 2007 +0000
+++ b/mail/oe2mbx/Makefile Thu Feb 22 19:20:05 2007 +0000
@@ -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@localhost
-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}
Home |
Main Index |
Thread Index |
Old Index