aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>