summaryrefslogtreecommitdiff
path: root/security/cops
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-08-22 19:01:07 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-08-22 19:01:07 +0000
commit5281212be38447df70380d4e9e8cd0ef1cf11517 (patch)
tree655e734faae358d2c0edeefd08e9aeac6202b150 /security/cops
parentAssign USE_XLIB var. Any ports which use XLib needs it. (diff)
chmod -> ${CHMOD}
chown -> ${CHOWN}
Notes
Notes: svn path=/head/; revision=20885
Diffstat (limited to 'security/cops')
-rw-r--r--security/cops/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/cops/Makefile b/security/cops/Makefile
index a2e7f93facd0..9a7991330f50 100644
--- a/security/cops/Makefile
+++ b/security/cops/Makefile
@@ -3,7 +3,7 @@
# Date created: 29 August 1996
# Whom: oly
#
-# $Id: Makefile,v 1.3 1996/11/18 07:31:46 obrien Exp $
+# $Id: Makefile,v 1.4 1998/06/04 04:11:55 vanilla Exp $
#
DISTNAME= cops.1.04
@@ -24,7 +24,7 @@ pre-build:
(cd ${WRKSRC} ; ./reconfig)
(cd ${WRKSRC} ; \
${SED} 's,^SECURE=/usr/foo/bar,SECURE=${PREFIX}/cops,g' < cops | ${SED} '/^$$SECURE\/passwd\.chk.*/d' | ${SED} 's,SECURE_USERS="foo@bar\.edu",SECURE_USERS="root@localhost",g' | ${SED} 's/passwd\.chk pass.chk //g' > cops.out ; \
- ${MV} cops.out cops ; chmod u+x cops)
+ ${MV} cops.out cops ; ${CHMOD} u+x cops)
do-build:
(cd ${WRKSRC} ; make EXECUTABLE="${EXECUTABLE}" C_SRC="${C_SRC}")
@@ -32,7 +32,7 @@ do-build:
do-install:
(cd ${WRKSRC} ; ${RM} -rf ${PREFIX}/cops ; ${MKDIR} ${PREFIX}/cops ; \
${CP} -R * ${PREFIX}/cops ; \
- chmod -R go-rwx ${PREFIX}/cops ; \
+ ${CHMOD} -R go-rwx ${PREFIX}/cops ; \
${RM} -rf ${PREFIX}/cops/*.old ${PREFIX}/cops/src)
.include <bsd.port.mk>