diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/sudo/Makefile | 4 |
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> |