net/netselect: Moved man to share/man
This commit is contained in:
parent
e1291c1486
commit
a4b33d09eb
2 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= netselect
|
||||
PORTVERSION= 0.4
|
||||
PORTREVISION= 1
|
||||
DISTVERSIONPREFIX=${PORTNAME}-
|
||||
CATEGORIES= net
|
||||
|
||||
|
@ -24,7 +25,7 @@ do-build:
|
|||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/man/man1/${PORTNAME}.1
|
||||
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1/${PORTNAME}.1
|
||||
|
||||
do-install-DOCS-on:
|
||||
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
%%SUID%%@(root,wheel,4110) bin/netselect
|
||||
%%NO_SUID%%@(root,wheel,100) bin/netselect
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
man/man1/netselect.1.gz
|
||||
share/man/man1/netselect.1.gz
|
||||
|
|
Loading…
Reference in a new issue