mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
misc/vdmfec: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
4580d42d30
commit
e565eef58e
@ -1,5 +1,6 @@
|
||||
PORTNAME= vdmfec
|
||||
PORTVERSION= 1.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= misc archivers
|
||||
MASTER_SITES= http://members.tripod.com/professor_tom/archives/
|
||||
|
||||
@ -20,7 +21,7 @@ PORTDOCS= *
|
||||
PLIST_FILES= bin/vdm_decode \
|
||||
bin/vdm_encode \
|
||||
bin/vdmfec \
|
||||
man/man1/vdmfec.1.gz
|
||||
share/man/man1/vdmfec.1.gz
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
@ -31,6 +32,6 @@ do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/vdmfec ${STAGEDIR}/${PREFIX}/bin
|
||||
${LN} ${STAGEDIR}/${PREFIX}/bin/vdmfec ${STAGEDIR}/${PREFIX}/bin/vdm_encode
|
||||
${LN} ${STAGEDIR}/${PREFIX}/bin/vdmfec ${STAGEDIR}/${PREFIX}/bin/vdm_decode
|
||||
${INSTALL_MAN} ${WRKSRC}/vdmfec.1 ${STAGEDIR}/${PREFIX}/man/man1/
|
||||
${INSTALL_MAN} ${WRKSRC}/vdmfec.1 ${STAGEDIR}/${PREFIX}/share/man/man1/
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user