=================================================================== RCS file: /cvsrepo/anoncvs/cvs/ports/Makefile,v retrieving revision 1.49 retrieving revision 1.50 diff -c -r1.49 -r1.50 *** ports/Makefile 2005/06/08 03:58:55 1.49 --- ports/Makefile 2005/09/02 00:43:50 1.50 *************** *** 1,4 **** ! # $OpenBSD: Makefile,v 1.49 2005/06/08 03:58:55 pvalchev Exp $ # $FreeBSD: Makefile,v 1.36 1997/10/04 15:54:31 jkh Exp $ # --- 1,4 ---- ! # $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,133 **** @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 .PHONY: mirror-maker index search distfiles-update-locatedb \ pkglocatedb print-licenses print-index --- 126,133 ---- @PORTSDIR=${.CURDIR} /bin/sh ${.CURDIR}/infrastructure/fetch/distfiles-update-locatedb ${DISTFILES_DB} pkglocatedb: ! @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