aboutsummaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2004-04-19 08:43:01 +0000
committerClement Laforet <clement@FreeBSD.org>2004-04-19 08:43:01 +0000
commit1e5aac7a31022dd8131d1a1b5cf86335772c5afc (patch)
treeb8e1c00212c638dd0cefaba887a3ca2a9255c296 /ftp
parentae900077c47a55e1e2572fa231efa504f5d2826b (diff)
downloadports-1e5aac7a31022dd8131d1a1b5cf86335772c5afc.tar.gz
ports-1e5aac7a31022dd8131d1a1b5cf86335772c5afc.zip
- Fix port install
- Maintainer informed (huge) Pointy hat to: me
Notes
Notes: svn path=/head/; revision=107556
Diffstat (limited to 'ftp')
-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>