summaryrefslogtreecommitdiffstats
path: root/contrib/openresolv/Makefile
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2016-02-02 21:10:43 +0000
committerpfg <pfg@FreeBSD.org>2016-02-02 21:10:43 +0000
commit3e85ebe5f5e7719e9b0c364faa475505a06c1405 (patch)
tree3a2dcfa7588926f8279ebf65f506277f54eaca74 /contrib/openresolv/Makefile
parentd11470578c3ef9061bf7a0aceadd61b81315ec27 (diff)
downloadFreeBSD-src-3e85ebe5f5e7719e9b0c364faa475505a06c1405.zip
FreeBSD-src-3e85ebe5f5e7719e9b0c364faa475505a06c1405.tar.gz
MFV r295109:
Update openresolve to version 3.7.2 Relnotes: yes
Diffstat (limited to 'contrib/openresolv/Makefile')
-rw-r--r--contrib/openresolv/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/openresolv/Makefile b/contrib/openresolv/Makefile
index aca2cb5..a898b95 100644
--- a/contrib/openresolv/Makefile
+++ b/contrib/openresolv/Makefile
@@ -1,5 +1,5 @@
PKG= openresolv
-VERSION= 3.7.0
+VERSION= 3.7.1
# Nasty hack so that make clean works without configure being run
_CONFIG_MK!= test -e config.mk && echo config.mk || echo config-null.mk
@@ -37,7 +37,7 @@ SED_RESTARTCMD= -e 's:@RESTARTCMD \(.*\)@:${RESTARTCMD}:g'
DISTPREFIX?= ${PKG}-${VERSION}
DISTFILEGZ?= ${DISTPREFIX}.tar.gz
-DISTFILE?= ${DISTPREFIX}.tar.bz2
+DISTFILE?= ${DISTPREFIX}.tar.xz
FOSSILID?= current
.SUFFIXES: .in
@@ -77,9 +77,9 @@ install: proginstall maninstall
import:
rm -rf /tmp/${DISTPREFIX}
${INSTALL} -d /tmp/${DISTPREFIX}
- cp README ${SRCS} /tmp/${DISPREFIX}
+ cp README ${SRCS} /tmp/${DISTPREFIX}
dist:
fossil tarball --name ${DISTPREFIX} ${FOSSILID} ${DISTFILEGZ}
- gunzip -c ${DISTFILEGZ} | bzip2 >${DISTFILE}
+ gunzip -c ${DISTFILEGZ} | xz >${DISTFILE}
rm ${DISTFILEGZ}
OpenPOWER on IntegriCloud