diff options
author | ache <ache@FreeBSD.org> | 1995-05-08 04:57:56 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1995-05-08 04:57:56 +0800 |
commit | b7a20fcd58c9a536d2f571827ff657bc71f153bc (patch) | |
tree | 91e71f2368674af3c5c809b59cefbf49a6913179 /ftp/ncftp3/Makefile | |
parent | 7b9f55baf7df5704205c4862a68a7a3efed797a5 (diff) | |
download | freebsd-ports-gnome-b7a20fcd58c9a536d2f571827ff657bc71f153bc.tar.gz freebsd-ports-gnome-b7a20fcd58c9a536d2f571827ff657bc71f153bc.tar.zst freebsd-ports-gnome-b7a20fcd58c9a536d2f571827ff657bc71f153bc.zip |
Upgrade.
Diffstat (limited to 'ftp/ncftp3/Makefile')
-rw-r--r-- | ftp/ncftp3/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/ftp/ncftp3/Makefile b/ftp/ncftp3/Makefile index f59776ae611f..67a8f86bdb4d 100644 --- a/ftp/ncftp3/Makefile +++ b/ftp/ncftp3/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: ncftp2 -# Version required: 2.0.4 +# Version required: 2.0.5 # Date created: 4 Nov 1994 # Whom: ache # -# $Id: Makefile,v 1.21 1995/04/12 04:55:40 asami Exp $ +# $Id: Makefile,v 1.22 1995/04/27 23:36:02 ache Exp $ # -DISTNAME= ncftp-2.0.4 +DISTNAME= ncftp-2.0.5 CATEGORIES+= networking MASTER_SITES= ftp://ftp.cs.unl.edu/pub/ncftp/ EXTRACT_SUFX= .tgz @@ -15,4 +15,8 @@ MAINTAINER= ache@FreeBSD.ORG GNU_CONFIGURE= yes +do-install: + cd ${WRKSRC}; $(INSTALL) $(COPY) $(STRIP) -o $(BINOWN) -g $(BINGRP) -m $(BINMODE) ncftp $(PREFIX)/bin/ncftp2 + cd ${WRKSRC}; $(INSTALL) -c -o $(BINOWN) -g $(BINGRP) -m 644 ncftp.1 $(PREFIX)/man/man1/ncftp2.1 + .include <bsd.port.mk> |