From 55d005face1453b1b4a2060d200b23e7a8724bc6 Mon Sep 17 00:00:00 2001 From: asami Date: Mon, 18 Nov 1996 11:44:27 +0000 Subject: Use MAN? macros. CATEGORIES+= -> CATEGORIES. --- ftp/ncftp3/Makefile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'ftp/ncftp3/Makefile') 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 -- cgit