summaryrefslogtreecommitdiff
path: root/misc/xdelta/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/xdelta/Makefile')
-rw-r--r--misc/xdelta/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/misc/xdelta/Makefile b/misc/xdelta/Makefile
index cca947e19221..a1af1cd9b87c 100644
--- a/misc/xdelta/Makefile
+++ b/misc/xdelta/Makefile
@@ -1,16 +1,16 @@
# New ports collection makefile for: xdelta
-# Version required: 0.14
+# Version required: 0.16
# Date created: Sun May 4 21:40:06 CDT 1997
# Whom: erich
#
-# $Id: Makefile,v 1.3 1998/02/05 15:18:25 erich Exp $
+# $Id: Makefile,v 1.4 1998/03/15 19:44:16 steve Exp $
#
-DISTNAME= xdelta-0.14
+DISTNAME= xdelta-0.16
CATEGORIES= misc
-MASTER_SITES= ftp://scam.xcf.berkeley.edu/pub/jmacd/
+MASTER_SITES= ftp://ftp.xcf.berkeley.edu/pub/jmacd/
-MAINTAINER= ports@FreeBSD.ORG
+MAINTAINER= jmacd@FreeBSD.ORG
BUILD_DEPENDS= ${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm
@@ -18,5 +18,6 @@ GNU_CONFIGURE= yup
#
# this seems to be necessary for libtool :(
MAKE_ENV= CC=cc
+MAN1= xdelta.1
.include <bsd.port.mk>