diff options
Diffstat (limited to 'mail/rftp/Makefile')
-rw-r--r-- | mail/rftp/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/mail/rftp/Makefile b/mail/rftp/Makefile index eb8ace5d1770..34fa93134ef0 100644 --- a/mail/rftp/Makefile +++ b/mail/rftp/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: rftp -# Date created: 13 Dec, 1997 -# Whom: kline -# +# Created by: kline # $FreeBSD$ -# PORTNAME= rftp PORTVERSION= 1.2 @@ -16,6 +12,7 @@ COMMENT= Automatically reconstruct ftpmail- or bitftp-retrieved files MAN1= rftp.1 uucat.1 # rftp's `make install' stinks, do it properly here +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/rftp ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/uucat ${PREFIX}/bin |