diff options
author | Joshua Peck Macdonald <jmacd@FreeBSD.org> | 1998-04-19 01:18:10 +0000 |
---|---|---|
committer | Joshua Peck Macdonald <jmacd@FreeBSD.org> | 1998-04-19 01:18:10 +0000 |
commit | 7c21ec4fca26aa1343057b3ab21e991486813978 (patch) | |
tree | b5c888c971613efaeb277461cc70e5bb1d77ecfb /misc/xdelta/Makefile | |
parent | e115043e2ee7b634c672b9c37da688065681f247 (diff) | |
download | ports-7c21ec4fca26aa1343057b3ab21e991486813978.tar.gz ports-7c21ec4fca26aa1343057b3ab21e991486813978.zip |
Notes
Diffstat (limited to 'misc/xdelta/Makefile')
-rw-r--r-- | misc/xdelta/Makefile | 11 |
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> |