aboutsummaryrefslogtreecommitdiffstats
path: root/security/rsaref
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2000-02-27 06:46:05 +0000
committerKris Kennaway <kris@FreeBSD.org>2000-02-27 06:46:05 +0000
commitde7da9166d4e04d753e45f3cfbed113f5c7b6548 (patch)
tree921722a8189d45221299d70ec6acaed4c0bbd189 /security/rsaref
parent9e7bb76189f6f3590b1046d403302032062c6c55 (diff)
Prompt for license confirmation when pkg_add'ing the port, and some minor
tweaks.
Diffstat (limited to 'security/rsaref')
-rw-r--r--security/rsaref/Makefile2
-rw-r--r--security/rsaref/files/LICENSE.english2
2 files changed, 2 insertions, 2 deletions
diff --git a/security/rsaref/Makefile b/security/rsaref/Makefile
index 46b59c28f6f2..2fce05c00d5f 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 0765e2ab7f84..6d8c94fbdac3 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'
**************************************************************************