diff options
author | ache <ache@FreeBSD.org> | 2002-05-13 23:23:17 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2002-05-13 23:23:17 +0800 |
commit | adc34723323408c93a0b2e6c126d4ae5b40bd4c9 (patch) | |
tree | 6ce26f2666ff205e89d0ffe49ffedad2206d2600 /security | |
parent | 3c0bcd9d7e7b83d429354922528c7d55bb8906ba (diff) | |
download | freebsd-ports-gnome-adc34723323408c93a0b2e6c126d4ae5b40bd4c9.tar.gz freebsd-ports-gnome-adc34723323408c93a0b2e6c126d4ae5b40bd4c9.tar.zst freebsd-ports-gnome-adc34723323408c93a0b2e6c126d4ae5b40bd4c9.zip |
Use full path to md5
Diffstat (limited to 'security')
-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 |