diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 11:44:27 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 11:44:27 +0000 |
commit | 300c45cf2e488b0b4bef726272d1259f14ae8ed9 (patch) | |
tree | 842a2dc4580fa0370f28faca34d61ab06c735859 /ftp | |
parent | f777115e0124107b5cef3e52bb4856f321dcd2eb (diff) |
Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Notes
Notes:
svn path=/head/; revision=4575
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/mirror/Makefile | 4 | ||||
-rw-r--r-- | ftp/ncftp/Makefile | 9 | ||||
-rw-r--r-- | ftp/ncftp1/Makefile | 9 | ||||
-rw-r--r-- | ftp/ncftp2/Makefile | 8 | ||||
-rw-r--r-- | ftp/ncftp3/Makefile | 8 | ||||
-rw-r--r-- | ftp/wu-ftpd+ipv6/Makefile | 4 | ||||
-rw-r--r-- | ftp/wu-ftpd/Makefile | 4 | ||||
-rw-r--r-- | ftp/yale-tftpd/Makefile | 4 |
8 files changed, 22 insertions, 28 deletions
diff --git a/ftp/mirror/Makefile b/ftp/mirror/Makefile index 540f88e0c9c8..d06739b077e7 100644 --- a/ftp/mirror/Makefile +++ b/ftp/mirror/Makefile @@ -3,11 +3,11 @@ # Date created: 15 May 1995 # Whom: torstenb # -# $Id: Makefile,v 1.2 1995/11/27 04:05:15 asami Exp $ +# $Id: Makefile,v 1.3 1996/03/16 15:29:09 torstenb Exp $ # DISTNAME= mirror-2.8 -CATEGORIES+= net +CATEGORIES= net MASTER_SITES= ftp://src.doc.ic.ac.uk/computing/archiving/mirror/ MAINTAINER= torstenb@FreeBSD.ORG diff --git a/ftp/ncftp/Makefile b/ftp/ncftp/Makefile index f91acf5be362..9ea65a809a32 100644 --- a/ftp/ncftp/Makefile +++ b/ftp/ncftp/Makefile @@ -3,21 +3,20 @@ # Date created: 20 Jun 1996 # Whom: jkh # -# $Id: Makefile,v 1.1.1.1 1996/06/20 15:17:26 jkh Exp $ +# $Id: Makefile,v 1.2 1996/07/05 06:26:52 asami Exp $ # DISTNAME= ncftp-1.9.5 -CATEGORIES+= net +CATEGORIES= net MASTER_SITES= ftp://ftp.probe.net/pub/ncftp/ EXTRACT_SUFX= .tgz MAINTAINER= jkh@FreeBSD.ORG +MAN1= ncftp.1 + do-install: cd ${WRKSRC}; $(INSTALL) -c $(STRIP) -o $(BINOWN) -g $(BINGRP) -m $(BINMODE) ncftp $(PREFIX)/bin cd ${WRKSRC}; $(INSTALL) -c -o $(BINOWN) -g $(BINGRP) -m 644 ncftp.1 $(PREFIX)/man/man1 -.if !defined(NOMANCOMPRESS) - gzip -9nf $(PREFIX)/man/man1/ncftp.1 -.endif .include <bsd.port.mk> diff --git a/ftp/ncftp1/Makefile b/ftp/ncftp1/Makefile index f91acf5be362..9ea65a809a32 100644 --- a/ftp/ncftp1/Makefile +++ b/ftp/ncftp1/Makefile @@ -3,21 +3,20 @@ # Date created: 20 Jun 1996 # Whom: jkh # -# $Id: Makefile,v 1.1.1.1 1996/06/20 15:17:26 jkh Exp $ +# $Id: Makefile,v 1.2 1996/07/05 06:26:52 asami Exp $ # DISTNAME= ncftp-1.9.5 -CATEGORIES+= net +CATEGORIES= net MASTER_SITES= ftp://ftp.probe.net/pub/ncftp/ EXTRACT_SUFX= .tgz MAINTAINER= jkh@FreeBSD.ORG +MAN1= ncftp.1 + do-install: cd ${WRKSRC}; $(INSTALL) -c $(STRIP) -o $(BINOWN) -g $(BINGRP) -m $(BINMODE) ncftp $(PREFIX)/bin cd ${WRKSRC}; $(INSTALL) -c -o $(BINOWN) -g $(BINGRP) -m 644 ncftp.1 $(PREFIX)/man/man1 -.if !defined(NOMANCOMPRESS) - gzip -9nf $(PREFIX)/man/man1/ncftp.1 -.endif .include <bsd.port.mk> diff --git a/ftp/ncftp2/Makefile b/ftp/ncftp2/Makefile index c579be134685..d01078c292a6 100644 --- a/ftp/ncftp2/Makefile +++ b/ftp/ncftp2/Makefile @@ -3,23 +3,21 @@ # Date created: 4 Nov 1994 # Whom: ache # -# $Id: Makefile,v 1.35 1996/10/21 20:05:10 ache Exp $ +# $Id: Makefile,v 1.36 1996/11/10 03:10:35 peter Exp $ # DISTNAME= ncftp-2.4.2 -CATEGORIES+= net +CATEGORIES= net MASTER_SITES= ftp://ftp.probe.net/pub/ncftp/ MAINTAINER= ache@FreeBSD.ORG GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_func_getmaxyx=yes +MAN1= ncftp2.1 do-install: $(INSTALL_PROGRAM) $(WRKSRC)/ncftp $(PREFIX)/bin/ncftp2 $(INSTALL_MAN) $(WRKSRC)/ncftp.1 $(PREFIX)/man/man1/ncftp2.1 -.if !defined(NOMANCOMPRESS) - gzip -9nf ${PREFIX}/man/man1/ncftp2.1 -.endif .include <bsd.port.mk> diff --git a/ftp/ncftp3/Makefile b/ftp/ncftp3/Makefile index c579be134685..d01078c292a6 100644 --- a/ftp/ncftp3/Makefile +++ b/ftp/ncftp3/Makefile @@ -3,23 +3,21 @@ # Date created: 4 Nov 1994 # Whom: ache # -# $Id: Makefile,v 1.35 1996/10/21 20:05:10 ache Exp $ +# $Id: Makefile,v 1.36 1996/11/10 03:10:35 peter Exp $ # DISTNAME= ncftp-2.4.2 -CATEGORIES+= net +CATEGORIES= net MASTER_SITES= ftp://ftp.probe.net/pub/ncftp/ MAINTAINER= ache@FreeBSD.ORG GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_func_getmaxyx=yes +MAN1= ncftp2.1 do-install: $(INSTALL_PROGRAM) $(WRKSRC)/ncftp $(PREFIX)/bin/ncftp2 $(INSTALL_MAN) $(WRKSRC)/ncftp.1 $(PREFIX)/man/man1/ncftp2.1 -.if !defined(NOMANCOMPRESS) - gzip -9nf ${PREFIX}/man/man1/ncftp2.1 -.endif .include <bsd.port.mk> diff --git a/ftp/wu-ftpd+ipv6/Makefile b/ftp/wu-ftpd+ipv6/Makefile index 453363d68262..d3862437508b 100644 --- a/ftp/wu-ftpd+ipv6/Makefile +++ b/ftp/wu-ftpd+ipv6/Makefile @@ -3,11 +3,11 @@ # Date created: 18 Oct 1994 # Whom: torstenb # -# $Id: Makefile,v 1.5 1996/03/30 13:09:19 ache Exp $ +# $Id: Makefile,v 1.6 1996/09/05 18:37:46 ache Exp $ # DISTNAME= wu-ftpd-2.4 -CATEGORIES+= net +CATEGORIES= net MASTER_SITES= ftp://ftp.wustl.edu/packages/wuarchive-ftpd/ \ http://wuarchive.wustl.edu/packages/wuarchive-ftpd/ EXTRACT_SUFX= .tar.Z diff --git a/ftp/wu-ftpd/Makefile b/ftp/wu-ftpd/Makefile index 453363d68262..d3862437508b 100644 --- a/ftp/wu-ftpd/Makefile +++ b/ftp/wu-ftpd/Makefile @@ -3,11 +3,11 @@ # Date created: 18 Oct 1994 # Whom: torstenb # -# $Id: Makefile,v 1.5 1996/03/30 13:09:19 ache Exp $ +# $Id: Makefile,v 1.6 1996/09/05 18:37:46 ache Exp $ # DISTNAME= wu-ftpd-2.4 -CATEGORIES+= net +CATEGORIES= net MASTER_SITES= ftp://ftp.wustl.edu/packages/wuarchive-ftpd/ \ http://wuarchive.wustl.edu/packages/wuarchive-ftpd/ EXTRACT_SUFX= .tar.Z diff --git a/ftp/yale-tftpd/Makefile b/ftp/yale-tftpd/Makefile index 0098cb9d61d6..cc6f592ac168 100644 --- a/ftp/yale-tftpd/Makefile +++ b/ftp/yale-tftpd/Makefile @@ -3,11 +3,11 @@ # Date created: Oct 8, 1994 # Whom: pst # -# $Id: Makefile,v 1.4 1995/04/15 05:42:10 asami Exp $ +# $Id: Makefile,v 1.5 1995/11/27 04:05:56 asami Exp $ # DISTNAME= yale-tftpd-3.0 -CATEGORIES+= net +CATEGORIES= net MASTER_SITES= ftp://ftp.cisco.com/pub/ NO_WRKSUBDIR= |