diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-01-17 10:52:56 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-01-17 10:52:56 +0000 |
commit | 568d7abd764f2c36f840f95db970caa7d6d089a7 (patch) | |
tree | 3c7cdadde4f1e37f22b7d383ec4404d04a10cdcd /security/sudo | |
parent | aac54289f9a7492d1d164250c54099a9db7d6bee (diff) | |
download | ports-568d7abd764f2c36f840f95db970caa7d6d089a7.tar.gz ports-568d7abd764f2c36f840f95db970caa7d6d089a7.zip |
Notes
Diffstat (limited to 'security/sudo')
-rw-r--r-- | security/sudo/Makefile | 3 | ||||
-rw-r--r-- | security/sudo/distinfo | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index 66a084493e69..8ca5270956a5 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -13,7 +13,6 @@ MASTER_SITES= http://www.sudo.ws/sudo/dist/ \ ftp://ftp.cs.colorado.edu/pub/sysadmin/sudo/ \ ftp://ftp.stikman.com/pub/sudo/ \ ftp://ftp.uu.net/pub/security/sudo/ -DISTNAME= ${PORTNAME}-1.6.5 MAINTAINER= mharo@FreeBSD.org @@ -43,7 +42,7 @@ MAN5= sudoers.5 MAN8= sudo.8 visudo.8 post-patch: - perl -i -pe 's,^,#,g' ${WRKSRC}/sample.sudoers + @${PERL} -i -pe 's,^,#,g' ${WRKSRC}/sample.sudoers post-install: ${INSTALL_DATA} ${WRKSRC}/sample.sudoers ${PREFIX}/etc/sudoers.sample diff --git a/security/sudo/distinfo b/security/sudo/distinfo index bd622acdb936..df5b3d0c26dc 100644 --- a/security/sudo/distinfo +++ b/security/sudo/distinfo @@ -1 +1 @@ -MD5 (sudo-1.6.5.tar.gz) = 312d45190a4480829e30e45f80bcf287 +MD5 (sudo-1.6.5.tar.gz) = 64f06576169e8ad5eec322869be94114 |