diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2005-11-12 17:53:09 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2005-11-12 17:53:09 +0000 |
commit | 351dfb0b245c4590a709d0122b154c7397013420 (patch) | |
tree | 59d1291d2fc6896e8e918be3f0fda4beb70ae7fd /net | |
parent | 3149861a29ad52e239c017e629fde2a731fc9bb7 (diff) | |
download | ports-351dfb0b245c4590a709d0122b154c7397013420.tar.gz ports-351dfb0b245c4590a709d0122b154c7397013420.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/whois/Makefile | 1 | ||||
-rw-r--r-- | net/whois/distinfo | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/net/whois/Makefile b/net/whois/Makefile index 0758c88bd8e3..8614d3b38072 100644 --- a/net/whois/Makefile +++ b/net/whois/Makefile @@ -36,6 +36,7 @@ NO_PO= yes post-patch: @${REINPLACE_CMD} -e "s|prefix\=/usr/local|prefix\=${PREFIX}|g ; \ + s|/usr/local|${LOCALBASE}|g ; \ s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/Makefile @${REINPLACE_CMD} -e "s|/usr/share|${PREFIX}/share|g" ${WRKSRC}/po/Makefile @if [ -n "${NO_PO}" ]; \ diff --git a/net/whois/distinfo b/net/whois/distinfo index 8810b7fcb8f4..e3f341e2ff4c 100644 --- a/net/whois/distinfo +++ b/net/whois/distinfo @@ -1,2 +1,3 @@ MD5 (whois_4.7.8.tar.gz) = 41cc0635976d6d0b33ba3067ad246b97 +SHA256 (whois_4.7.8.tar.gz) = 3a7e78716f17b43646cb583e77a8d213fe91d4ae771c308d1d945511a3822382 SIZE (whois_4.7.8.tar.gz) = 55784 |