Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Jun 2014 03:46:39 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r357415 - head/security/safesh
Message-ID:  <201406110346.s5B3kdJw004111@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vanilla
Date: Wed Jun 11 03:46:39 2014
New Revision: 357415
URL: http://svnweb.freebsd.org/changeset/ports/357415
QAT: https://qat.redports.org/buildarchive/r357415/

Log:
  Stagify.

Modified:
  head/security/safesh/Makefile
  head/security/safesh/pkg-plist

Modified: head/security/safesh/Makefile
==============================================================================
--- head/security/safesh/Makefile	Wed Jun 11 03:43:48 2014	(r357414)
+++ head/security/safesh/Makefile	Wed Jun 11 03:46:39 2014	(r357415)
@@ -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>

Modified: head/security/safesh/pkg-plist
==============================================================================
--- head/security/safesh/pkg-plist	Wed Jun 11 03:43:48 2014	(r357414)
+++ head/security/safesh/pkg-plist	Wed Jun 11 03:46:39 2014	(r357415)
@@ -2,3 +2,4 @@ bin/cvs-safesh
 bin/safesh
 bin/safeshinstall
 bin/scpsh
+man/man1/safesh.1.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406110346.s5B3kdJw004111>