Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Aug 2006 13:04:24 +0200 (CEST)
From:      Gabor Kovesdan <gabor@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Gabor Kovesdan <gabor@FreeBSD.org>
Subject:   ports/101812: [patch] archivers/undms
Message-ID:  <20060811110424.50A43289C27@catv-50635cb6.catv.broadband.hu>
Resent-Message-ID: <200608111110.k7BBAGU0070102@freefall.freebsd.org>

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

>Number:         101812
>Category:       ports
>Synopsis:       [patch] archivers/undms
>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:   Fri Aug 11 11:10:16 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

>How-To-Repeat:
>Fix:

--- archivers-undms.diff begins here ---
Index: Makefile
===================================================================
RCS file: /usr/cvs/ports/archivers/undms/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- Makefile	7 May 2006 13:12:58 -0000	1.7
+++ Makefile	11 Aug 2006 11:00:53 -0000
@@ -27,6 +27,6 @@
 	cd ${WRKSRC} && ${CC} ${CFLAGS} -o undms undms-1.3.c
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/undms ${PREFIX}/bin/
+	${INSTALL_PROGRAM} ${WRKSRC}/undms ${TARGETDIR}/bin/
 
 .include <bsd.port.mk>
--- archivers-undms.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?20060811110424.50A43289C27>