mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
(1) Remove FETCH_DEPENDS to ncftp2. Regular ncftp can't fetch it
from the master site but the backup site should work. This will all be fine when we start using the new ftpget that I am now testing. (2) Move the manpage rename from patch to Makefile.
This commit is contained in:
parent
b43323e43f
commit
26b65560a7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=2788
@ -3,7 +3,7 @@
|
||||
# Date created: 8 March 1995
|
||||
# Whom: Satoshi Asami
|
||||
#
|
||||
# $Id: Makefile,v 1.7 1995/10/04 09:41:18 asami Exp $
|
||||
# $Id: Makefile,v 1.8 1995/11/26 10:47:32 asami Exp $
|
||||
#
|
||||
|
||||
DISTNAME= colorls
|
||||
@ -14,10 +14,9 @@ DISTFILES= ls.tar.gz
|
||||
|
||||
MAINTAINER= asami@FreeBSD.ORG
|
||||
|
||||
FETCH_DEPENDS= ncftp2:${PORTSDIR}/net/ncftp2
|
||||
WRKSRC= ${WRKDIR}/ls
|
||||
|
||||
WRKSRC= ${WRKDIR}/pub/FreeBSD/FreeBSD-current/src/bin/ls
|
||||
NCFTP= ncftp2
|
||||
NCFTPFLAGS=
|
||||
pre-patch:
|
||||
cp ${WRKSRC}/ls.1 ${WRKSRC}/colorls.1
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -218,7 +218,7 @@
|
||||
FTSENT *p;
|
||||
--- ./Makefile.org Wed Mar 8 02:14:10 1995
|
||||
+++ ./Makefile Wed Mar 8 02:20:01 1995
|
||||
@@ -1,7 +1,12 @@
|
||||
@@ -1,7 +1,9 @@
|
||||
# @(#)Makefile 8.1 (Berkeley) 6/2/93
|
||||
# Makefile,v 1.2 1994/09/24 02:55:51 davidg Exp
|
||||
|
||||
@ -227,13 +227,10 @@
|
||||
SRCS= cmp.c stat_flags.c ls.c print.c util.c
|
||||
+BINDIR= ${PREFIX}/bin
|
||||
+MANDIR= ${PREFIX}/man/man
|
||||
+
|
||||
+beforeinstall:
|
||||
+ cp ls.1 colorls.1
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
--- ./ls.1.org Wed Mar 8 02:14:10 1995
|
||||
+++ ./ls.1 Wed Mar 8 02:17:10 1995
|
||||
--- ./colorls.1.org Wed Mar 8 02:14:10 1995
|
||||
+++ ./colorls.1 Wed Mar 8 02:17:10 1995
|
||||
@@ -36,16 +36,24 @@
|
||||
.\" ls.1,v 1.3 1994/09/24 02:55:53 davidg Exp
|
||||
.\"
|
||||
|
Loading…
Reference in New Issue
Block a user