1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00
This commit is contained in:
Vanilla I. Shu 2014-06-11 03:46:39 +00:00
parent ce42b75e45
commit e072167aa1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=357415
2 changed files with 6 additions and 7 deletions

View File

@ -17,17 +17,15 @@ SRC= ${.CURDIR}/src
# XXX Anybody that know how to create manlinks from ports easily, please
# contact me.
MAN1= ${PORTNAME}.1
NO_STAGE= yes
do-fetch:
@${DO_NADA}
do-install:
@${INSTALL_SCRIPT} ${SRC}/${PORTNAME}.sh ${PREFIX}/bin/${PORTNAME}
@${INSTALL_SCRIPT} ${SRC}/cvs-safesh.sh ${PREFIX}/bin/cvs-safesh
@${INSTALL_MAN} ${SRC}/${PORTNAME}.1 ${PREFIX}/man/man1
@${LN} ${PREFIX}/bin/${PORTNAME} ${PREFIX}/bin/scpsh
@${LN} ${PREFIX}/bin/${PORTNAME} ${PREFIX}/bin/safeshinstall
@${INSTALL_SCRIPT} ${SRC}/${PORTNAME}.sh ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
@${INSTALL_SCRIPT} ${SRC}/cvs-safesh.sh ${STAGEDIR}${PREFIX}/bin/cvs-safesh
@${INSTALL_MAN} ${SRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/man/man1
@${LN} -sf ${PORTNAME} ${STAGEDIR}${PREFIX}/bin/scpsh
@${LN} -sf ${PORTNAME} ${STAGEDIR}${PREFIX}/bin/safeshinstall
.include <bsd.port.mk>

View File

@ -2,3 +2,4 @@ bin/cvs-safesh
bin/safesh
bin/safeshinstall
bin/scpsh
man/man1/safesh.1.gz