diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-22 13:27:47 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-22 13:27:47 +0000 |
commit | 27131af048a96a66da00e774519e794cba24ea7d (patch) | |
tree | fd4e71d9118c79182884882aef61d5b582d3c9e1 /misc/xdelta | |
parent | c287dd3fa59f142986721a868689c582e67fd3d4 (diff) |
Notes
Diffstat (limited to 'misc/xdelta')
-rw-r--r-- | misc/xdelta/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/misc/xdelta/Makefile b/misc/xdelta/Makefile index 07ef2e8d8027..854f0ea9b9c2 100644 --- a/misc/xdelta/Makefile +++ b/misc/xdelta/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xdelta -# Date created: Sun May 4 21:40:06 CDT 1997 -# Whom: jmacd -# +# Created by: jmacd # $FreeBSD$ -# PORTNAME= xdelta PORTVERSION= 1.1.4 @@ -11,7 +7,7 @@ PORTREVISION= 1 CATEGORIES= misc devel MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} -MAINTAINER= skv@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A diff/patch utility for binary files USE_AUTOTOOLS= libtool |