summaryrefslogtreecommitdiffstats
path: root/misc/xdelta/Makefile
diff options
context:
space:
mode:
authordwcjr <dwcjr@FreeBSD.org>2001-07-23 01:55:10 +0000
committerdwcjr <dwcjr@FreeBSD.org>2001-07-23 01:55:10 +0000
commit114a2bcaabc8a0531ba2cc105d604331e4afc939 (patch)
tree1b94b94ea25f89c3226887570988be24c61aca1f /misc/xdelta/Makefile
parentbe19f95666ccab99eb21b7ac05b6993001803e2f (diff)
downloadFreeBSD-ports-114a2bcaabc8a0531ba2cc105d604331e4afc939.zip
FreeBSD-ports-114a2bcaabc8a0531ba2cc105d604331e4afc939.tar.gz
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/Makefile13
1 files changed, 8 insertions, 5 deletions
diff --git a/misc/xdelta/Makefile b/misc/xdelta/Makefile
index 14c1d10..39816c0 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>
OpenPOWER on IntegriCloud