aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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'
**************************************************************************