From root@catv-50635cb6.catv.broadband.hu  Sun Aug 13 10:46:09 2006
Return-Path: <root@catv-50635cb6.catv.broadband.hu>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 48EA516A4DE;
	Sun, 13 Aug 2006 10:46:09 +0000 (UTC)
	(envelope-from root@catv-50635cb6.catv.broadband.hu)
Received: from catv-50635cb6.catv.broadband.hu (catv-50635cb6.catv.broadband.hu [80.99.92.182])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 7E0F943D4C;
	Sun, 13 Aug 2006 10:45:51 +0000 (GMT)
	(envelope-from root@catv-50635cb6.catv.broadband.hu)
Received: by catv-50635cb6.catv.broadband.hu (Postfix, from userid 0)
	id 3F425289EE0; Sun, 13 Aug 2006 12:45:50 +0200 (CEST)
Message-Id: <20060813104550.3F425289EE0@catv-50635cb6.catv.broadband.hu>
Date: Sun, 13 Aug 2006 12:45:50 +0200 (CEST)
From: Gabor Kovesdan <gabor@FreeBSD.org>
Reply-To: Gabor Kovesdan <gabor@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: Gabor Kovesdan <gabor@FreeBSD.org>
Subject: [patch] archivers/xdms
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         101967
>Category:       ports
>Synopsis:       [patch] archivers/xdms
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    erwin
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 13 10:50:15 GMT 2006
>Closed-Date:    Sun Dec 17 20:12:53 GMT 2006
>Last-Modified:  Sun Dec 17 20:20:14 GMT 2006
>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-xdms.diff begins here ---
Index: Makefile
===================================================================
RCS file: /usr/cvs/ports/archivers/xdms/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- Makefile	25 Jun 2006 16:23:44 -0000	1.12
+++ Makefile	13 Aug 2006 10:43:50 -0000
@@ -27,10 +27,10 @@
 .endif
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/src/xdms ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/src/xdms ${TARGETDIR}/bin
 .if !defined(NOPORTDOCS)
-	${MKDIR} ${PREFIX}/share/doc/xdms
-	${INSTALL_DATA} ${WRKSRC}/xdms.txt ${PREFIX}/share/doc/xdms
+	${MKDIR} ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/xdms.txt ${DOCSDIR}
 .endif
 
 .include <bsd.port.post.mk>
--- archivers-xdms.diff ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->erwin 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun Aug 13 10:50:23 UTC 2006 
Responsible-Changed-Why:  
erwin@ wants his PRs 

http://www.freebsd.org/cgi/query-pr.cgi?pr=101967 
State-Changed-From-To: open->closed 
State-Changed-By: erwin 
State-Changed-When: Sun Dec 17 20:12:29 UTC 2006 
State-Changed-Why:  
I committed the DOCSDIR part and we'll leave the 
DESTDIR part waiting for the new implementation. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=101967 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/101967: commit references a PR
Date: Sun, 17 Dec 2006 20:12:31 +0000 (UTC)

 erwin       2006-12-17 20:12:26 UTC
 
   FreeBSD ports repository
 
   Modified files:
     archivers/xdms       Makefile 
   Log:
   Use DOCSDIR
   
   PR:             101967
   Submitted by:   gabor
   
   Revision  Changes    Path
   1.13      +2 -2      ports/archivers/xdms/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
