diff options
Diffstat (limited to 'vietnamese')
-rw-r--r-- | vietnamese/vnconvert/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vietnamese/vnconvert/Makefile b/vietnamese/vnconvert/Makefile index a6fc95270276..7aa9e04d2fb1 100644 --- a/vietnamese/vnconvert/Makefile +++ b/vietnamese/vnconvert/Makefile @@ -19,8 +19,10 @@ MAINTAINER= obrien@FreeBSD.org NO_WRKSUBDIR= yes MAKEFILE= makefile ALL_TARGET= +MAN1= vnconvert.1 do-install: @${INSTALL_PROGRAM} ${WRKSRC}/vnconvert ${PREFIX}/bin + @${INSTALL_MAN} ${FILESDIR}/vnconvert.1 ${PREFIX}/man/man1 .include <bsd.port.mk> |