summaryrefslogtreecommitdiff
path: root/ftp/ftptool/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ftp/ftptool/Makefile')
-rw-r--r--ftp/ftptool/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/ftp/ftptool/Makefile b/ftp/ftptool/Makefile
index a89713dd731c..5b8352502bc7 100644
--- a/ftp/ftptool/Makefile
+++ b/ftp/ftptool/Makefile
@@ -3,7 +3,7 @@
# Date created: 19 March 1996
# Whom: janek@gaja.ipan.lublin.pl
#
-# $Id: Makefile,v 1.1.1.1 1996/03/25 08:58:58 asami Exp $
+# $Id: Makefile,v 1.2 1996/11/18 09:54:30 asami Exp $
#
DISTNAME= ftptool-4.6
@@ -22,7 +22,7 @@ WRKSRC= ${WRKDIR}/Ftptool4.6
# Because lex.l is broken, lex.c is taken from old FreeBSD 1.1 port
post-extract:
- cp ${FILESDIR}/lex.c ${WRKSRC}
- rm -f ${WRKSRC}/lex.l
+ @${CP} ${FILESDIR}/lex.c ${WRKSRC}
+ @${RM} -f ${WRKSRC}/lex.l
.include <bsd.port.mk>