ports/101804: [patch] archivers/mar
Gabor Kovesdan
gabor at FreeBSD.org
Fri Aug 11 10:20:18 UTC 2006
>Number: 101804
>Category: ports
>Synopsis: [patch] archivers/mar
>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 10:20: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 at spitfire:/usr/src/sys/i386/compile/SPITFIRE i386
>Description:
- Respect DESTDIR
>How-To-Repeat:
>Fix:
--- archivers-mar.diff begins here ---
Index: Makefile
===================================================================
RCS file: /usr/cvs/ports/archivers/mar/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- Makefile 1 Jun 2006 12:13:42 -0000 1.6
+++ Makefile 11 Aug 2006 10:13:44 -0000
@@ -27,8 +27,8 @@
${WRKSRC}/src/Makefile
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/man/man1/mar.1 ${MANPREFIX}/man/man1
+ ${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${TARGETDIR}/bin
+ ${INSTALL_MAN} ${WRKSRC}/man/man1/mar.1 ${MAN1PREFIX}/man/man1
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
--- archivers-mar.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list