diff options
Diffstat (limited to 'comms/zmtx-zmrx/Makefile')
-rw-r--r-- | comms/zmtx-zmrx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/zmtx-zmrx/Makefile b/comms/zmtx-zmrx/Makefile index bb964902c2ac..9dddae9a0caf 100644 --- a/comms/zmtx-zmrx/Makefile +++ b/comms/zmtx-zmrx/Makefile @@ -30,7 +30,7 @@ MAN1= zmrx.1 zmtx.1 do-install: .for f in zmrx zmtx - ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${f}.1 ${PREFIX}/man/man1 .endfor |