mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
devel/cvsps: Update manpages path
Move manpages to ${PREFIX}/share/man Sponsored by: Rubicon Communications, LLC ("Netgate")
This commit is contained in:
parent
0c7b426980
commit
42b2feaedf
1 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= cvsps
|
||||
PORTVERSION= 2.1
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= SF/${PORTNAME}/
|
||||
|
||||
|
@ -14,14 +14,15 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
|||
CONFLICTS= cvsps-devel
|
||||
|
||||
PLIST_FILES= bin/${PORTNAME} \
|
||||
man/man1/${PORTNAME}.1.gz
|
||||
share/man/man1/${PORTNAME}.1.gz
|
||||
PORTDOCS= *
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/
|
||||
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/man/man1/
|
||||
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 \
|
||||
${STAGEDIR}${PREFIX}/share/man/man1/
|
||||
|
||||
do-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
|
|
Loading…
Add table
Reference in a new issue