summaryrefslogtreecommitdiff
path: root/ftp/ncftp3/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-11-18 11:44:27 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-11-18 11:44:27 +0000
commit300c45cf2e488b0b4bef726272d1259f14ae8ed9 (patch)
tree842a2dc4580fa0370f28faca34d61ab06c735859 /ftp/ncftp3/Makefile
parentRemove spurious ^M at end of lines. (diff)
Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Notes
Notes: svn path=/head/; revision=4575
Diffstat (limited to 'ftp/ncftp3/Makefile')
-rw-r--r--ftp/ncftp3/Makefile8
1 files changed, 3 insertions, 5 deletions
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>