diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2013-09-20 01:19:40 +0800 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2013-09-20 01:19:40 +0800 |
commit | 82792150b3a6228387934d071012d9492d98c98c (patch) | |
tree | 14d779e343318ee60997f48baa6b0bba57998dbb /textproc | |
parent | 82eb82fbbb2564a3ce6b953114c639cf40264e1c (diff) | |
download | freebsd-ports-gnome-82792150b3a6228387934d071012d9492d98c98c.tar.gz freebsd-ports-gnome-82792150b3a6228387934d071012d9492d98c98c.tar.zst freebsd-ports-gnome-82792150b3a6228387934d071012d9492d98c98c.zip |
- Claim ownership
- Add LICENCE
- Trim header
PR: ports/182228
Submitted by: Larry Rosenman <ler@lerctr.org> (former maintainer)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libxdiff/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
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 |