diff --git a/textproc/unrtf/Makefile b/textproc/unrtf/Makefile index 96121c8ebc0f..b518b5b7d237 100644 --- a/textproc/unrtf/Makefile +++ b/textproc/unrtf/Makefile @@ -22,7 +22,7 @@ MAN1= unrtf.1 PLIST_FILES= bin/unrtf do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/unrtf ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/unrtf.1 ${MAN1PREFIX}/man/man1 + ${INSTALL_PROGRAM} ${WRKSRC}/src/unrtf ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/doc/unrtf.1 ${MAN1PREFIX}/man/man1 .include