Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Dec 2013 08:24:49 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r337650 - head/shells/jailkit
Message-ID:  <201312270824.rBR8OnMN029204@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Dec 27 08:24:48 2013
New Revision: 337650
URL: http://svnweb.freebsd.org/changeset/ports/337650

Log:
  Support stage

Modified:
  head/shells/jailkit/Makefile
  head/shells/jailkit/pkg-plist

Modified: head/shells/jailkit/Makefile
==============================================================================
--- head/shells/jailkit/Makefile	Fri Dec 27 08:23:12 2013	(r337649)
+++ head/shells/jailkit/Makefile	Fri Dec 27 08:24:48 2013	(r337650)
@@ -16,36 +16,10 @@ USE_PYTHON=	2
 
 SHELLS=		/etc/shells
 
-MAN8=		jailkit.8 \
-		jk_addjailuser.8 \
-		jk_check.8 \
-		jk_chrootlaunch.8 \
-		jk_chrootsh.8 \
-		jk_cp.8 \
-		jk_init.8 \
-		jk_jailuser.8 \
-		jk_list.8 \
-		jk_lsh.8 \
-		jk_socketd.8 \
-		jk_uchroot.8 \
-		jk_update.8
-MANCOMPRESSED=	yes
-
 PORTDOCS=	COPYRIGHT README.txt
 
-NO_STAGE=	yes
-.include <bsd.port.options.mk>
-
 post-install:
-	@${ECHO_MSG} "Updating ${SHELLS}"
-	@${CP} ${SHELLS} ${SHELLS}.bak
-	@(${GREP} -v ${PREFIX}/sbin/jk_chrootsh ${SHELLS}.bak; \
-		${ECHO_CMD} ${PREFIX}/sbin/jk_chrootsh) > ${SHELLS}
-	@${RM} -f ${SHELLS}.bak
-
-.if ${PORT_OPTIONS:MDOCS}
-	@${MKDIR} ${DOCSDIR}
-	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
-.endif
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
 
 .include <bsd.port.mk>

Modified: head/shells/jailkit/pkg-plist
==============================================================================
--- head/shells/jailkit/pkg-plist	Fri Dec 27 08:23:12 2013	(r337649)
+++ head/shells/jailkit/pkg-plist	Fri Dec 27 08:24:48 2013	(r337650)
@@ -6,6 +6,19 @@ etc/jailkit/jk_socketd.ini
 etc/jailkit/jk_chrootsh.ini
 etc/jailkit/jk_update.ini
 etc/jailkit/jk_uchroot.ini
+man/man8/jailkit.8.gz
+man/man8/jk_addjailuser.8.gz
+man/man8/jk_check.8.gz
+man/man8/jk_chrootlaunch.8.gz
+man/man8/jk_chrootsh.8.gz
+man/man8/jk_cp.8.gz
+man/man8/jk_init.8.gz
+man/man8/jk_jailuser.8.gz
+man/man8/jk_list.8.gz
+man/man8/jk_lsh.8.gz
+man/man8/jk_socketd.8.gz
+man/man8/jk_uchroot.8.gz
+man/man8/jk_update.8.gz
 sbin/jk_chrootlaunch
 sbin/jk_chrootsh
 sbin/jk_cp



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