diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2007-04-01 13:25:27 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2007-04-01 13:25:27 +0000 |
commit | e40bd0b0c5c91a85241611e1d5e6bc6fd644e463 (patch) | |
tree | 65ade22386569a81b66aae163c6271b78805c008 /misc/xdelta/Makefile | |
parent | 333169d3a3a754dcf613f4f510c6f8ee9051b0c9 (diff) |
Notes
Diffstat (limited to 'misc/xdelta/Makefile')
-rw-r--r-- | misc/xdelta/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/misc/xdelta/Makefile b/misc/xdelta/Makefile index e8994160c429..4dd010dd272a 100644 --- a/misc/xdelta/Makefile +++ b/misc/xdelta/Makefile @@ -6,19 +6,17 @@ # PORTNAME= xdelta -PORTVERSION= 1.1.3 -PORTREVISION= 1 +PORTVERSION= 1.1.4 CATEGORIES= misc devel -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= http://xdelta.googlecode.com/files/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= skv@FreeBSD.org COMMENT= A diff/patch utility for binary files USE_AUTOTOOLS= libtool:15 USE_GNOME= glib12 GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} MAN1= xdelta.1 |