summaryrefslogtreecommitdiff
path: root/lang/cli
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-10-05 17:58:00 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-10-05 17:58:00 +0000
commitc889bc680e2ce9981f4de4c15401d9bbc2202d69 (patch)
tree6116b4e2de3729f99a9d3ec21e027311846082d8 /lang/cli
parentFix build on versions of FreeBSD that do not have langinfo.h. (diff)
Fix installation.
Submitted by: IWASAKI Dai <dai@tristan.jp>
Notes
Notes: svn path=/head/; revision=67361
Diffstat (limited to 'lang/cli')
-rw-r--r--lang/cli/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/cli/Makefile b/lang/cli/Makefile
index c2646b453e72..de792c2e4074 100644
--- a/lang/cli/Makefile
+++ b/lang/cli/Makefile
@@ -56,7 +56,7 @@ pre-install:
do-install:
@${MKDIR} ${PREFIX}/cli-${PORTVERSION}
@${INSTALL_DATA} ${WRKSRC}/license.txt ${PREFIX}/cli-${PORTVERSION}
- @cd ${WRKSRC}/build/v1.x86fstchk.rotor && ${FIND} . | \
+ @cd ${WRKSRC}/build/v1.x86fre.rotor && ${FIND} . | \
/usr/bin/cpio -pdmu -R ${LIBOWN}:${LIBGRP} ${PREFIX}/cli-${PORTVERSION}
.include <bsd.port.post.mk>