Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Nov 1999 04:52:17 +0300 (MSK)
From:      "Oleg V. Volkov" <rover@lglobus.ru>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/14887: improvements for archivers/linux_rar port Makefile
Message-ID:  <199911150152.EAA20937@fly.lglobus.ru>

next in thread | raw e-mail | index | archive | help

>Number:         14887
>Category:       ports
>Synopsis:       improvements for archivers/linux_rar port Makefile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 14 17:50:00 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Oleg V. Volkov
>Release:        FreeBSD 3.2-STABLE i386
>Organization:
-=/ SR 13 /=-
>Environment:

	Fresh ports.

>Description:

	Add unrar branding and message that unrar is free (while rar itself
shareware).

>How-To-Repeat:
>Fix:
--- Makefile.old	Sun Nov 14 05:15:27 1999
+++ Makefile	Mon Nov 15 00:23:11 1999
@@ -66,7 +66,11 @@
 
 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 is freeware."
+.endif
 
 .include <bsd.port.mk>

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199911150152.EAA20937>