Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Aug 2006 12:45:50 +0200 (CEST)
From:      Gabor Kovesdan <gabor@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Gabor Kovesdan <gabor@FreeBSD.org>
Subject:   ports/101967: [patch] archivers/xdms
Message-ID:  <20060813104550.3F425289EE0@catv-50635cb6.catv.broadband.hu>
Resent-Message-ID: <200608131050.k7DAoFd7028750@freefall.freebsd.org>

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

>Number:         101967
>Category:       ports
>Synopsis:       [patch] archivers/xdms
>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:   Sun Aug 13 10:50:15 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-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:
>Unformatted:



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