diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2001-07-23 09:55:10 +0800 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2001-07-23 09:55:10 +0800 |
commit | 114a2bcaabc8a0531ba2cc105d604331e4afc939 (patch) | |
tree | 1b94b94ea25f89c3226887570988be24c61aca1f /misc/xdelta/Makefile | |
parent | be19f95666ccab99eb21b7ac05b6993001803e2f (diff) | |
download | freebsd-ports-graphics-114a2bcaabc8a0531ba2cc105d604331e4afc939.tar.gz freebsd-ports-graphics-114a2bcaabc8a0531ba2cc105d604331e4afc939.tar.zst freebsd-ports-graphics-114a2bcaabc8a0531ba2cc105d604331e4afc939.zip |
Update to 1.1.2
Add DEVEL category
Add pre-patch to use libtool from ports
Sort and add files to pkg-plist
PR: 28825
Submitted by: pat@databits.net
Diffstat (limited to 'misc/xdelta/Makefile')
-rw-r--r-- | misc/xdelta/Makefile | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/misc/xdelta/Makefile b/misc/xdelta/Makefile index 14c1d100b06..39816c00e3b 100644 --- a/misc/xdelta/Makefile +++ b/misc/xdelta/Makefile @@ -6,18 +6,21 @@ # PORTNAME= xdelta -PORTVERSION= 1.1.1 -CATEGORIES= misc -MASTER_SITES= ftp://ftp.xcf.berkeley.edu/pub/xdelta/ +PORTVERSION= 1.1.2 +CATEGORIES= misc devel +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= c9710216@atlas.newcastle.edu.au USE_GLIB= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" MAN1= xdelta.1 +pre-patch: + @${PERL} -pi -e 's|\$\(top_builddir\)/libtool|\$\(prefix\)/bin/libtool|' \ + ${WRKSRC}/configure + .include <bsd.port.mk> |