diff options
author | kris <kris@FreeBSD.org> | 2000-02-27 06:46:05 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2000-02-27 06:46:05 +0000 |
commit | b495bab82a1a957f7fa25558ff1247c197048762 (patch) | |
tree | a1213c219c1e46176a90eaa8d6cec18bfd7d068a | |
parent | 7aa00530362d5f441c48f161a85bd31cf6f7cfae (diff) | |
download | FreeBSD-ports-b495bab82a1a957f7fa25558ff1247c197048762.zip FreeBSD-ports-b495bab82a1a957f7fa25558ff1247c197048762.tar.gz |
Prompt for license confirmation when pkg_add'ing the port, and some minor
tweaks.
-rw-r--r-- | security/rsaref/Makefile | 2 | ||||
-rw-r--r-- | security/rsaref/files/LICENSE.english | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/security/rsaref/Makefile b/security/rsaref/Makefile index 46b59c2..2fce05c 100644 --- a/security/rsaref/Makefile +++ b/security/rsaref/Makefile @@ -26,7 +26,7 @@ RESTRICTED= "Contains cryptography" pre-extract: .if !defined(BATCH) && !defined(PACKAGE_BUILDING) - /usr/bin/more -e files/LICENSE.english + /usr/bin/more -e ${FILESDIR}/LICENSE.english /usr/bin/dialog --yesno "Do you accept the terms of the RSAREF license agreement and wish to proceed with the build?" 8 40 || ${FALSE} .endif diff --git a/security/rsaref/files/LICENSE.english b/security/rsaref/files/LICENSE.english index 0765e2a..6d8c94f 100644 --- a/security/rsaref/files/LICENSE.english +++ b/security/rsaref/files/LICENSE.english @@ -69,5 +69,5 @@ WHAT YOU CAN (AND CANNOT) DO WITH RSAREF The above is a "plain english" version of the RSAREF license agreement. If there is any confusion about the licensing terms, please answer 'NO' to the following question and consult the full text of the license agreement -under 'files/LICENSE' +under '/usr/ports/security/rsaref/files/LICENSE' ************************************************************************** |