- Merge from www/en/ports:
Makefile 1.44 Makefile.inc 1.8 Fetch bzip2 compressed copy of INDEX instead of plain one
This commit is contained in:
parent
f927732dab
commit
450d21f6e1
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=26510
5 changed files with 12 additions and 9 deletions
|
@ -1,4 +1,4 @@
|
|||
# $FreeBSD: www/es/ports/Makefile,v 1.11 2001/12/12 11:57:37 phantom Exp $
|
||||
# $FreeBSD: www/es/ports/Makefile,v 1.12 2004/11/13 12:23:19 ceri Exp $
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
|
@ -17,7 +17,8 @@ ${INDEX}: $${PORTSBASE}/${PINDEX}
|
|||
cp ${PORTSBASE}/${PINDEX} ${INDEX}
|
||||
.else
|
||||
${INDEX}:
|
||||
${FETCH} ${FETCH_OPT} ${INDEXURI}
|
||||
${FETCH} ${FETCH_OPT} -o ${INDEX}.bz2 ${INDEXURI}.bz2
|
||||
${BUNZIP2} ${INDEX}.bz2
|
||||
.endif
|
||||
|
||||
# build the list of available packages only on the
|
||||
|
|
|
@ -5,7 +5,7 @@ PINDEX= ports/${INDEX}
|
|||
|
||||
COOKIE= ${INDEX} Makefile.gen
|
||||
|
||||
CLEANFILES+= ${INDEX}
|
||||
CLEANFILES+= ${INDEX} ${INDEX}.bz2
|
||||
CLEANFILES+= packages.exists.temp packages.exists
|
||||
CLEANFILES+= ${DOCS}
|
||||
CLEANFILES+= Makefile.gen
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $FreeBSD: www/ja/ports/Makefile,v 1.26 2004/11/01 06:36:22 rushani Exp $
|
||||
# $FreeBSD: www/ja/ports/Makefile,v 1.27 2004/11/13 12:23:19 ceri Exp $
|
||||
# The FreeBSD Japanese Documentation Project
|
||||
# Original revision: 1.37
|
||||
|
||||
|
@ -22,7 +22,8 @@ ${INDEX}: $${PORTSBASE}/${PINDEX}
|
|||
${CP} ${PORTSBASE}/${PINDEX} ${INDEX}
|
||||
.else
|
||||
${INDEX}:
|
||||
${FETCH} ${FETCH_OPT} ${INDEXURI}
|
||||
${FETCH} ${FETCH_OPT} -o ${INDEX}.bz2 ${INDEXURI}.bz2
|
||||
${BUNZIP2} ${INDEX}.bz2
|
||||
.endif
|
||||
|
||||
# build the list of available packages only on the
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#
|
||||
# The FreeBSD Russian Documentation Project
|
||||
#
|
||||
# $FreeBSD: www/ru/ports/Makefile,v 1.7 2004/03/23 23:04:23 phantom Exp $
|
||||
# $FreeBSD: www/ru/ports/Makefile,v 1.8 2004/11/13 12:23:19 ceri Exp $
|
||||
# $FreeBSDru: frdp/www/ru/ports/Makefile,v 1.9 2004/03/23 21:09:19 phantom Exp $
|
||||
#
|
||||
# Original revision: 1.36
|
||||
|
@ -24,7 +24,8 @@ ${INDEX}: $${PORTSBASE}/${PINDEX}
|
|||
${CP} ${PORTSBASE}/${PINDEX} ${INDEX}
|
||||
.else
|
||||
${INDEX}:
|
||||
${FETCH} ${FETCH_OPT} ${INDEXURI} || (${RM} -f ${INDEX} && false)
|
||||
${FETCH} ${FETCH_OPT} -o ${INDEX}.bz2 ${INDEXURI}.bz2
|
||||
${BUNZIP2} ${INDEX}.bz2
|
||||
.endif
|
||||
|
||||
# build the list of available packages only on the
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#
|
||||
# The FreeBSD Russian Documentation Project
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $FreeBSD: www/ru/ports/Makefile.inc,v 1.2 2004/03/23 23:05:07 phantom Exp $
|
||||
# $FreeBSDru: frdp/www/ru/ports/Makefile.inc,v 1.3 2004/01/06 17:28:41 andy Exp $
|
||||
#
|
||||
# Original revision: 1.6
|
||||
|
@ -13,7 +13,7 @@ PINDEX= ports/${INDEX}
|
|||
|
||||
COOKIE= ${INDEX} Makefile.gen
|
||||
|
||||
CLEANFILES+= ${INDEX}
|
||||
CLEANFILES+= ${INDEX} ${INDEX}.bz2
|
||||
CLEANFILES+= packages.exists.temp packages.exists
|
||||
CLEANFILES+= ${DOCS}
|
||||
CLEANFILES+= Makefile.gen
|
||||
|
|
Loading…
Reference in a new issue