From e3cc1254170cfa6431aaf42b9fe836829c3ca92c Mon Sep 17 00:00:00 2001 From: asami Date: Mon, 2 Oct 1995 08:11:03 +0000 Subject: Remove kludge to work around ncftp's inability to fetch .tar.gz files created on-the-fly by using ncftp2 and FETCH_DEPENDS. --- x11/xcolors/Makefile | 24 ++++++++---------------- 1 file changed, 8 insertions(+), 16 deletions(-) diff --git a/x11/xcolors/Makefile b/x11/xcolors/Makefile index 0d3ec6c..76abc00 100644 --- a/x11/xcolors/Makefile +++ b/x11/xcolors/Makefile @@ -3,7 +3,7 @@ # Date created: 10 May 1995 # Whom: asami # -# $Id: Makefile,v 1.8 1995/04/22 11:59:12 asami Exp $ +# $Id: Makefile,v 1.1.1.1 1995/05/10 09:53:40 asami Exp $ # DISTNAME= xcolors @@ -11,24 +11,16 @@ PKGNAME= xcolors-1.3 CATEGORIES+= x11 MASTER_SITES= ftp://ftp.x.org/pub/R6untarred/contrib/programs/ -MAINTAINER= asami@FreeBSD.ORG - -USE_IMAKE= yes - # Note: do NOT create an md5 checksum for xcolors.tar.gz, it may # change because of compression options on the ftp server. -FTP_SITE= ftp.x.org -FTP_DIR= /pub/R6untarred/contrib/programs/ +MAINTAINER= asami@FreeBSD.ORG + +FETCH_DEPENDS= ncftp2:${PORTSDIR}/net/ncftp2 -.if !defined(MASTER_SITE_OVERRIDE) -pre-fetch: - @if [ ! -d ${DISTDIR} ]; then mkdir -p ${DISTDIR}; fi - @(cd ${DISTDIR}; \ - if [ ! -f ${DISTFILES} ]; then \ - (sleep 5; echo "cd ${FTP_DIR}"; echo "get ${DISTFILES}") | ${NCFTP} ${NCFTPFLAGS} ${FTP_SITE}; \ - fi \ - ) -.endif +WRKSRC= ${WRKDIR}/pub/R6untarred/contrib/programs/xcolors +NCFTP= ncftp2 +NCFTPFLAGS= +USE_IMAKE= yes .include -- cgit v1.1