diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2002-05-13 15:23:17 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2002-05-13 15:23:17 +0000 |
commit | b6833eae1ec2d3952486252be9a5c77fe7f48b02 (patch) | |
tree | 202183140c1a47d0a77b328d132169572782c72f /security/drweb-sendmail | |
parent | e96a5c6ff79b6f47ab3d28b54e0fd325b21771de (diff) |
Use full path to md5
Notes
Notes:
svn path=/head/; revision=59015
Diffstat (limited to 'security/drweb-sendmail')
-rw-r--r-- | security/drweb-sendmail/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/drweb-sendmail/Makefile b/security/drweb-sendmail/Makefile index 0e816c0cf7d3..ac2d671bd179 100644 --- a/security/drweb-sendmail/Makefile +++ b/security/drweb-sendmail/Makefile @@ -7,6 +7,7 @@ PORTNAME= drweb_sendmail PORTVERSION= 4.28 +PORTREVISION= 1 CATEGORIES= security mail MASTER_SITES= http://drweb.spb.ru/download/unix/ DISTNAME= drweb-clients-${PORTVERSION}-sources @@ -35,7 +36,7 @@ WITH_DRWEBSMF_HOSTNAME!=hostname .if defined(BATCH) RANDOM_NUMBER=!!!___EDIT_THIS___!!! .else -RANDOM_NUMBER!=dd if=/dev/random count=1 2> /dev/null | md5 +RANDOM_NUMBER!=dd if=/dev/random count=1 2> /dev/null | /sbin/md5 .endif LANGS=en ru |