summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-10-02 08:11:03 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-10-02 08:11:03 +0000
commit9830ca4d8a213e61e748c0ce8ebc1ad78c20ce3a (patch)
treebf263a32835db853c3494ff190fad88dbfe82980 /x11
parentRUN_DEPENDS on wish:tk. (diff)
Remove kludge to work around ncftp's inability to fetch .tar.gz files
created on-the-fly by using ncftp2 and FETCH_DEPENDS.
Notes
Notes: svn path=/head/; revision=2211
Diffstat (limited to 'x11')
-rw-r--r--x11/xcolors/Makefile24
1 files changed, 8 insertions, 16 deletions
diff --git a/x11/xcolors/Makefile b/x11/xcolors/Makefile
index 0d3ec6c89213..76abc00f1ee6 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>