=================================================================== RCS file: /cvsrepo/anoncvs/cvs/ports/Makefile,v retrieving revision 1.24 retrieving revision 1.24.2.1 diff -c -r1.24 -r1.24.2.1 *** ports/Makefile 2000/04/18 13:40:27 1.24 --- ports/Makefile 2000/09/15 04:39:30 1.24.2.1 *************** *** 1,8 **** ! # $OpenBSD: Makefile,v 1.24 2000/04/18 13:40:27 espie Exp $ # $FreeBSD: Makefile,v 1.36 1997/10/04 15:54:31 jkh Exp $ # ! .if defined(key) || defined(category) || defined(author) # set up subdirs from the index, assume it's up-to-date --- 1,8 ---- ! # $OpenBSD: Makefile,v 1.24.2.1 2000/09/15 04:39:30 marc Exp $ # $FreeBSD: Makefile,v 1.36 1997/10/04 15:54:31 jkh Exp $ # ! PKGPATH= .if defined(key) || defined(category) || defined(author) # set up subdirs from the index, assume it's up-to-date *************** *** 87,97 **** mirror-maker: @mkdir -p ${MIRROR_MK:H} ! @echo "default:: ftp cdrom" >${MIRROR_MK} @echo ".PHONY: default all ftp cdrom" >>${MIRROR_MK} @make fetch-makefile \ ECHO_MSG='echo >&2' \ ! FULL_PACKAGE_NAME=Yes >>${MIRROR_MK} DISTFILES_DB?=${.CURDIR}/infrastructure/db/locate.database --- 87,99 ---- mirror-maker: @mkdir -p ${MIRROR_MK:H} ! # Indirection needed for broken OSes that don't grok this exec ! @echo "EXEC=exec" >${MIRROR_MK} ! @echo "default:: ftp cdrom" >>${MIRROR_MK} @echo ".PHONY: default all ftp cdrom" >>${MIRROR_MK} @make fetch-makefile \ ECHO_MSG='echo >&2' \ ! >>${MIRROR_MK} DISTFILES_DB?=${.CURDIR}/infrastructure/db/locate.database