summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-11-26 18:06:32 +0000
committerSteve Price <steve@FreeBSD.org>1999-11-26 18:06:32 +0000
commit82c3577f235628821fdc5e27ff8734d33b77709c (patch)
tree444dacf449d64582ba701396d373ea5e284d1254
parent* Updated version to 1.13 (diff)
Add unrar branding and message that unrar is free while rar istelf
is shareware. Also add NO_CDROM. PR: 14887 Submitted by: Oleg V. Volkov <rover@lglobus.ru>, maintainer
Notes
Notes: svn path=/head/; revision=23359
-rw-r--r--archivers/linux_rar/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/archivers/linux_rar/Makefile b/archivers/linux_rar/Makefile
index 901c659dd7bc..f5f2179f3a24 100644
--- a/archivers/linux_rar/Makefile
+++ b/archivers/linux_rar/Makefile
@@ -21,6 +21,7 @@ RUN_DEPENDS= /compat/linux/lib/ld-linux.so.2:${PORTSDIR}/emulators/linux_base
NO_BUILD= yes
ONLY_FOR_ARCHS= i386
+NO_CDROM= NOFEE: Can not charge for distribution
NO_PACKAGE= Only unmodified original package can be distributed
EXTRACT_CMD= # empty
@@ -66,7 +67,11 @@ do-install:
post-install:
@/usr/bin/brandelf -t Linux ${PREFIX}/bin/rar
- @${ECHO_MSG} "This is 40days trial version of commercial software."
+ @${ECHO_MSG} "This is 40 days trial version of commercial software."
@${ECHO_MSG} "Read texts in ${PREFIX}/share/doc/rar before use."
+.if defined(WITH_UNRAR)
+ @/usr/bin/brandelf -t Linux ${PREFIX}/bin/unrar
+ @${ECHO_MSG} "However, unrar can be used for free."
+.endif
.include <bsd.port.mk>