mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
security/safesh: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
538731cf67
commit
5167079f81
@ -1,5 +1,6 @@
|
||||
PORTNAME= safesh
|
||||
PORTVERSION= 1.5
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= # none
|
||||
DISTFILES= # none
|
||||
@ -14,7 +15,7 @@ PLIST_FILES= bin/cvs-safesh \
|
||||
bin/safesh \
|
||||
bin/safeshinstall \
|
||||
bin/scpsh \
|
||||
man/man1/safesh.1.gz
|
||||
share/man/man1/safesh.1.gz
|
||||
|
||||
# XXX Anybody that know how to create manlinks from ports easily, please
|
||||
# contact me.
|
||||
@ -22,7 +23,7 @@ PLIST_FILES= bin/cvs-safesh \
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${FILESDIR}/${PORTNAME}.sh ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
|
||||
${INSTALL_SCRIPT} ${FILESDIR}/cvs-safesh.sh ${STAGEDIR}${PREFIX}/bin/cvs-safesh
|
||||
${INSTALL_MAN} ${FILESDIR}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/man/man1
|
||||
${INSTALL_MAN} ${FILESDIR}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1
|
||||
${LN} -sf ${PORTNAME} ${STAGEDIR}${PREFIX}/bin/scpsh
|
||||
${LN} -sf ${PORTNAME} ${STAGEDIR}${PREFIX}/bin/safeshinstall
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user