diff options
Diffstat (limited to 'comms/wwl/Makefile')
-rw-r--r-- | comms/wwl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/wwl/Makefile b/comms/wwl/Makefile index 8f3f8a2452c9..c02a0aa64023 100644 --- a/comms/wwl/Makefile +++ b/comms/wwl/Makefile @@ -15,7 +15,7 @@ CONFLICTS= locator* do-install: @${INSTALL_PROGRAM} ${WRKSRC}/wwl ${STAGEDIR}${PREFIX}/bin - @${RM} -f ${STAGEDIR}${PREFIX}/bin/locator + @${RM} ${STAGEDIR}${PREFIX}/bin/locator @${LN} -sf wwl ${STAGEDIR}${PREFIX}/bin/locator @${INSTALL_DATA} ${WRKSRC}/wwl.1 ${STAGEDIR}${MANPREFIX}/man/man1 @${MKDIR} ${STAGEDIR}${DOCSDIR} |