Files
ports/ftp/mirror/Makefile
T
Cy Schubert 80ca9972ad Remove the first site in the list. It no longer exists.
Replace my komquats domain (named after a fictitious place in the
Edmonton Journal political cartoon 40-50 years ago), using my
newish domain name.

Make fetchable again.
2020-03-19 12:32:31 +00:00

30 lines
602 B
Makefile

# Created by: torstenb
# $FreeBSD$
PORTNAME= mirror
PORTVERSION= 2.9
PORTREVISION= 2
CATEGORIES= ftp
MASTER_SITES= http://cschubert.com/distfiles/ \
LOCAL/cy
PATCH_SITES= ${MASTER_SITES}
PATCHFILES= ftp.pl_wupatch
MAINTAINER= cy@FreeBSD.org
COMMENT= Mirror packages on remote sites
MAKE_ARGS= PREFIX=${STAGEDIR}${PREFIX}
USES= perl5 shebangfix
SHEBANG_FILES= dateconv.pl ftp.pl lchat.pl mirror.pl pkgs_to_mmin.pl \
do_unlinks.pl install.pl lsparse.pl mm.pl prune_logs.pl
NO_WRKSUBDIR= yes
MAKEFILE= makefile
pre-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/lib/mirror
.include <bsd.port.mk>