diff options
author | hubertf <hubertf@pkgsrc.org> | 1998-01-24 22:52:56 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1998-01-24 22:52:56 +0000 |
commit | cc5e8a4a80fb794e4ec5d56b4d2c51c3ddfc6aa4 (patch) | |
tree | 745b6677dc94baf134a17daa882c174463f4fa53 /security | |
parent | b3c1576abd85c1c9a9a9f7ae83093f7947fc6c20 (diff) | |
download | pkgsrc-cc5e8a4a80fb794e4ec5d56b4d2c51c3ddfc6aa4.tar.gz |
portlint: use command macros
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> |