aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2014-06-11 03:46:39 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2014-06-11 03:46:39 +0000
commite072167aa17c251c8b321f3af2dac2af747ae2d6 (patch)
tree44d44cd0dc64473873ded8972dc7774a003ae1c7 /security
parentce42b75e4565b7e4e564dc335b3d3427d1d845cc (diff)
downloadports-e072167aa17c251c8b321f3af2dac2af747ae2d6.tar.gz
ports-e072167aa17c251c8b321f3af2dac2af747ae2d6.zip
Notes
Diffstat (limited to 'security')
-rw-r--r--security/safesh/Makefile12
-rw-r--r--security/safesh/pkg-plist1
2 files changed, 6 insertions, 7 deletions
diff --git a/security/safesh/Makefile b/security/safesh/Makefile
index 936f68ca9249..fa87330ef8e0 100644
--- a/security/safesh/Makefile
+++ b/security/safesh/Makefile
@@ -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>
diff --git a/security/safesh/pkg-plist b/security/safesh/pkg-plist
index 20fa5e476333..5d3b9d8d38e1 100644
--- a/security/safesh/pkg-plist
+++ b/security/safesh/pkg-plist
@@ -2,3 +2,4 @@ bin/cvs-safesh
bin/safesh
bin/safeshinstall
bin/scpsh
+man/man1/safesh.1.gz