From owner-freebsd-ports@FreeBSD.ORG Wed Jan 23 20:57:51 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A3BEF16A46C for ; Wed, 23 Jan 2008 20:57:51 +0000 (UTC) (envelope-from martin.ziegler@cevibasel.ch) Received: from www1.visiopro.eu (www1.visiopro.eu [85.114.130.187]) by mx1.freebsd.org (Postfix) with ESMTP id 7926E13C4E7 for ; Wed, 23 Jan 2008 20:57:50 +0000 (UTC) (envelope-from martin.ziegler@cevibasel.ch) Received: by www1.visiopro.eu (Postfix, from userid 30) id 027F0B78253; Wed, 23 Jan 2008 21:37:20 +0100 (CET) To: ports@freebsd.org From: martin.ziegler@cevibasel.ch X-Priority: 3 Importance: Normal X-MSMail-Priority: Normal X-MimeOLE: Produced by Confixx WebMail X-Mailer: Confixx WebMail (like SquirrelMail) MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <20080123203721.027F0B78253@www1.visiopro.eu> Date: Wed, 23 Jan 2008 21:37:20 +0100 (CET) X-Mailman-Approved-At: Wed, 23 Jan 2008 22:24:45 +0000 Cc: Subject: patch for editors/edith X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jan 2008 20:57:51 -0000 Hi This ist my first contribution to this list. I hope the patch is well formatted, tough it's not really a big change. Martin Ziegler # New ports collection makefile for: edith # Date created: 8 February 2002 # Whom: Christian Brueffer # # $FreeBSD: ports/editors/edith/Makefile,v 1.11 2007/12/23 12:43:24 erwin Exp $ # PORTNAME= edith PORTVERSION= 1.58 PORTREVISION= 1 CATEGORIES= editors linux --MASTER_SITES= ftp://ftp.eidetica.com/pub/edith/x11/ ++MASTER_SITES= http://www.groenink.com/pub/edith/ DISTFILES= edith1.55.common.tar.gz \ edith1.58.linux-glibc.tar.gz MAINTAINER= ports@FreeBSD.org COMMENT= A X11 GUI editor for binary and plain text files ONLY_FOR_ARCHS= i386 USE_LINUX= yes USE_X_PREFIX= yes --BROKEN= unfetchable RESTRICTED= "Redistribution not allowed" --NO_BUILD= yes MAN1= edith.1 MANCOMPRESSED= no WRKSRC= ${WRKDIR}/edith EDITHDIR= ${PREFIX}/lib/edith do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/linux/edith ${PREFIX}/bin ${MKDIR} ${EDITHDIR} ${MKDIR} ${EDITHDIR}/bin ${INSTALL_SCRIPT} ${WRKSRC}/bin/edi* ${EDITHDIR}/bin .for i in defaults help ${MKDIR} ${EDITHDIR}/${i} ${INSTALL_DATA} ${WRKSRC}/${i}/* ${EDITHDIR}/${i} .endfor ${INSTALL_MAN} ${WRKSRC}/edith.1 ${PREFIX}/man/man1 .include