aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ftp/tnftp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/ftp/tnftp/Makefile b/ftp/tnftp/Makefile
index de5d8d3f1de0..2fa1f75df7eb 100644
--- a/ftp/tnftp/Makefile
+++ b/ftp/tnftp/Makefile
@@ -19,7 +19,7 @@ MAN1= tnftp.1
PLIST_FILES= bin/tnftp
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/src/ftp ${PREFIX}/bin/
- ${INSTALL_MAN} ${WRKSRC}/src/ftp.1 ${PREFIX}/man/man1/
+ ${INSTALL_PROGRAM} ${WRKSRC}/src/ftp ${PREFIX}/bin/tnftp
+ ${INSTALL_MAN} ${WRKSRC}/src/ftp.1 ${PREFIX}/man/man1/tnftp.1
.include <bsd.port.mk>