mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
7e52725f2a
Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
31 lines
878 B
Makefile
31 lines
878 B
Makefile
# New ports collection makefile for: chrootuid
|
|
# Date created: 12 Dec 1999
|
|
# Whom: truckman
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= chrootuid
|
|
PORTVERSION= 1.3
|
|
CATEGORIES= security
|
|
MASTER_SITES= ftp://ftp.porcupine.org/pub/security/ \
|
|
ftp://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/chrootuid/
|
|
DISTNAME= ${PORTNAME}${PORTVERSION}
|
|
|
|
MAINTAINER= truckman@FreeBSD.org
|
|
COMMENT= A simple wrapper that combines chroot(8) and su(1) into one program
|
|
|
|
MAN8= chrootuid.8
|
|
|
|
do-install:
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${PREFIX}/share/doc/chrootuid
|
|
${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/chrootuid
|
|
${INSTALL_MAN} ${WRKSRC}/chrootuid_license ${PREFIX}/share/doc/chrootuid
|
|
.endif
|
|
${INSTALL_PROGRAM} ${WRKSRC}/chrootuid ${PREFIX}/sbin/chrootuid
|
|
${CP} ${WRKSRC}/chrootuid.1 ${WRKSRC}/chrootuid.8
|
|
${INSTALL_MAN} ${WRKSRC}/${MAN8} ${PREFIX}/man/man8
|
|
|
|
.include <bsd.port.mk>
|