aboutsummaryrefslogtreecommitdiff
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
parent8d259d0eacb2b61ca990b1caf9f0dff0a46665b9 (diff)
downloadports-c889bc680e2ce9981f4de4c15401d9bbc2202d69.tar.gz
ports-c889bc680e2ce9981f4de4c15401d9bbc2202d69.zip
Notes
-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>