From f4580cb4127fbe9b5dd729795e0bcf705d6e74b6 Mon Sep 17 00:00:00 2001 From: tabthorpe Date: Thu, 19 Sep 2013 17:19:40 +0000 Subject: - Claim ownership - Add LICENCE - Trim header PR: ports/182228 Submitted by: Larry Rosenman (former maintainer) --- textproc/libxdiff/Makefile | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'textproc') diff --git a/textproc/libxdiff/Makefile b/textproc/libxdiff/Makefile index f20d1fa4362e..121043eada68 100644 --- a/textproc/libxdiff/Makefile +++ b/textproc/libxdiff/Makefile @@ -1,19 +1,16 @@ -# ex:ts=8 -# Ports collection makefile for: libxdiff -# Date created: Jan 5, 2004 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= libxdiff PORTVERSION= 0.23 CATEGORIES= textproc MASTER_SITES= http://www.xmailserver.org/ -MAINTAINER= ler@lerctr.org +MAINTAINER= tabthorpe@FreeBSD.org COMMENT= Create file differences/patches to both binary and text files +LICENSE= LGPL3 + WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} GNU_CONFIGURE= yes -- cgit