diff options
author | asami <asami@FreeBSD.org> | 1995-10-02 08:11:03 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-10-02 08:11:03 +0000 |
commit | e3cc1254170cfa6431aaf42b9fe836829c3ca92c (patch) | |
tree | e7828366147c352aaaa24a26fb09b7ddd3b68be1 /x11/xcolors | |
parent | d13b192c05328695d82a58ebb3ebaa307cbc42ae (diff) | |
download | FreeBSD-ports-e3cc1254170cfa6431aaf42b9fe836829c3ca92c.zip FreeBSD-ports-e3cc1254170cfa6431aaf42b9fe836829c3ca92c.tar.gz |
Remove kludge to work around ncftp's inability to fetch .tar.gz files
created on-the-fly by using ncftp2 and FETCH_DEPENDS.
Diffstat (limited to 'x11/xcolors')
-rw-r--r-- | x11/xcolors/Makefile | 24 |
1 files 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 <bsd.port.mk> |