diff options
author | Steve Price <steve@FreeBSD.org> | 1999-12-23 15:35:19 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-12-23 15:35:19 +0000 |
commit | 7badbbe2b32dd741b18425838d2b40387c4b6491 (patch) | |
tree | 03270d814cbc0f8772c44ad3dddb027adb42b4a8 /mail/pine4/files/pgpdecode | |
parent | Correct MD5 checksum (diff) |
Honor PREFIX setting.
PR: 15120
Submitted by: Matt Behrens <matt@zigg.com>
Notes
Notes:
svn path=/head/; revision=23877
Diffstat (limited to 'mail/pine4/files/pgpdecode')
-rw-r--r-- | mail/pine4/files/pgpdecode | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/pine4/files/pgpdecode b/mail/pine4/files/pgpdecode index 40625939c37c..1849ed714a5f 100644 --- a/mail/pine4/files/pgpdecode +++ b/mail/pine4/files/pgpdecode @@ -32,7 +32,7 @@ fi trap "rm -f $STDOUT $STDERR; exit" 0 1 2 15 -if [ -x /usr/local/bin/pgpv ] +if [ -x @@PREFIX@@/bin/pgpv ] then pgpv 2>&1 > $STDOUT |tee $STDERR > /dev/tty else |