Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Aug 2006 21:17:04 +0200 (CEST)
From:      Gabor Kovesdan <gabor@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Gabor Kovesdan <gabor@FreeBSD.org>
Subject:   ports/101772: [patch] archivers/bicom
Message-ID:  <20060810191704.5D16F289C26@catv-50635cb6.catv.broadband.hu>
Resent-Message-ID: <200608101920.k7AJKHnX079833@freefall.freebsd.org>

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

>Number:         101772
>Category:       ports
>Synopsis:       [patch] archivers/bicom
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 10 19:20:17 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Gabor Kovesdan
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
n/a
>Environment:
System: FreeBSD spitfire 6.1-STABLE FreeBSD 6.1-STABLE #0: Sat Jul 29 18:31:18 CEST 2006 gabor@spitfire:/usr/src/sys/i386/compile/SPITFIRE i386

>Description:

- Respect DESTDIR
- Portlint cleanup

>How-To-Repeat:
>Fix:

--- archivers-bicom.diff begins here ---
Index: Makefile
===================================================================
RCS file: /usr/cvs/ports/archivers/bicom/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile	27 Aug 2004 08:46:29 -0000	1.3
+++ Makefile	10 Aug 2006 19:15:04 -0000
@@ -15,7 +15,7 @@
 MAINTAINER=	danfe@FreeBSD.org
 COMMENT=	Data compressor in the PPM family
 
-RESTRICTED=	"Contact author personally regarding commercial use"
+RESTRICTED=	Contact author personally regarding commercial use
 
 NO_WRKSUBDIR=	yes
 MAKEFILE=	${FILESDIR}/Makefile
@@ -24,6 +24,6 @@
 USE_ZIP=	yes
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/bicom/bicom ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/bicom/bicom ${TARGETDIR}/bin
 
 .include <bsd.port.mk>
--- archivers-bicom.diff ends here ---


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



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