From a5acccf2132610c6fc87b040092f25319aced6bb Mon Sep 17 00:00:00 2001 From: pvalchev Date: Fri, 2 Sep 2005 00:43:50 +0000 Subject: [PATCH] do not compress pkglocatedb so it can directly be used by locate(1) after discussion with deraadt --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 5d022c63864..15fab67b11c 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.49 2005/06/08 03:58:55 pvalchev Exp $ +# $OpenBSD: Makefile,v 1.50 2005/09/02 00:43:50 pvalchev Exp $ # $FreeBSD: Makefile,v 1.36 1997/10/04 15:54:31 jkh Exp $ # @@ -126,8 +126,8 @@ distfiles-update-locatedb: @PORTSDIR=${.CURDIR} /bin/sh ${.CURDIR}/infrastructure/fetch/distfiles-update-locatedb ${DISTFILES_DB} pkglocatedb: - @pkg_mklocatedb ${.CURDIR}/packages/${MACHINE_ARCH}/all/* | \ - gzip >${.CURDIR}/packages/${MACHINE_ARCH}/ftp/pkglocatedb.gz + @pkg_mklocatedb ${.CURDIR}/packages/${MACHINE_ARCH}/all/* \ + >${.CURDIR}/packages/${MACHINE_ARCH}/ftp/pkglocatedb .PHONY: mirror-maker index search distfiles-update-locatedb \ pkglocatedb print-licenses print-index