aboutsummaryrefslogtreecommitdiff
path: root/ftp/ncftp
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1996-12-01 01:23:27 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1996-12-01 01:23:27 +0000
commit49f337d203a35b330e9816734307eae928c9ad22 (patch)
tree9c7a58bc72f073465ca4da2b58638cc25beb2f62 /ftp/ncftp
parent6d580f890eb4727a42408434bf4f406ab5e13f22 (diff)
downloadports-49f337d203a35b330e9816734307eae928c9ad22.tar.gz
ports-49f337d203a35b330e9816734307eae928c9ad22.zip
Notes
Diffstat (limited to 'ftp/ncftp')
-rw-r--r--ftp/ncftp/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/ftp/ncftp/Makefile b/ftp/ncftp/Makefile
index 9ea65a809a32..1844f8d3a9d0 100644
--- a/ftp/ncftp/Makefile
+++ b/ftp/ncftp/Makefile
@@ -3,7 +3,7 @@
# Date created: 20 Jun 1996
# Whom: jkh
#
-# $Id: Makefile,v 1.2 1996/07/05 06:26:52 asami Exp $
+# $Id: Makefile,v 1.3 1996/11/18 11:35:30 asami Exp $
#
DISTNAME= ncftp-1.9.5
@@ -16,7 +16,7 @@ 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
+ cd ${WRKSRC}; ${INSTALL_PROGRAM} ncftp ${PREFIX}/bin
+ cd ${WRKSRC}; ${INSTALL_MAN} ncftp.1 ${PREFIX}/man/man1
.include <bsd.port.mk>