summaryrefslogtreecommitdiff
path: root/security/sudo
diff options
context:
space:
mode:
authorhubertf <hubertf>1998-01-24 22:52:56 +0000
committerhubertf <hubertf>1998-01-24 22:52:56 +0000
commitadc202997d714d48c878bbff7124fa50ebfcb24b (patch)
tree745b6677dc94baf134a17daa882c174463f4fa53 /security/sudo
parent7042c616fb9ae235dc983ae9e0270d970569d7c3 (diff)
downloadpkgsrc-adc202997d714d48c878bbff7124fa50ebfcb24b.tar.gz
portlint: use command macros
Diffstat (limited to 'security/sudo')
-rw-r--r--security/sudo/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile
index 5cc3c91634b..63c09482b56 100644
--- a/security/sudo/Makefile
+++ b/security/sudo/Makefile
@@ -3,7 +3,7 @@
# Date created: Sun Dec 14 23:01:32 MET 1997
# Whom: soren@t.dk
#
-# $NetBSD: Makefile,v 1.3 1997/12/22 07:45:53 hubertf Exp $
+# $NetBSD: Makefile,v 1.4 1998/01/24 22:52:56 hubertf Exp $
# FreeBSD Id: Makefile,v 1.9 1997/11/12 03:24:41 obrien Exp
#
@@ -22,6 +22,6 @@ MAN5= sudoers.5
MAN8= sudo.8 visudo.8
post-install:
- cd ${WRKSRC} ; cp sample.sudoers ${PREFIX}/etc/sudoers.example
+ cd ${WRKSRC} ; ${CP} sample.sudoers ${PREFIX}/etc/sudoers.example
.include <bsd.port.mk>