Skip site navigation (1)Skip section navigation (2)
Date:      Sun,  6 Aug 2006 23:34:01 +0200
From:      "Simon Olofsson" <simon@olofsson.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/101531: [MAINTAINER] astro/weatherspect: Respect TARGETDIR
Message-ID:  <20060806213401.A0A001AAFF1@mail-in-01.arcor-online.net>
Resent-Message-ID: <200608062140.k76LeEa5035539@freefall.freebsd.org>

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

>Number:         101531
>Category:       ports
>Synopsis:       [MAINTAINER] astro/weatherspect: Respect TARGETDIR
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 06 21:40:14 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Simon Olofsson
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
>Environment:
System: FreeBSD gul.lan.gath3n.de 6.1-STABLE FreeBSD 6.1-STABLE #28: Sat Aug  5 21:10:18 CEST
>Description:
- make this Port respect TARGETDIR

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- weatherspect-1.6.patch begins here ---
diff -ruN -ruN --exclude=CVS /usr/ports/astro/weatherspect/Makefile /usr/home/simon/src/ports/astro/weatherspect/Makefile
--- /usr/ports/astro/weatherspect/Makefile	Wed May 17 15:16:42 2006
+++ /usr/home/simon/src/ports/astro/weatherspect/Makefile	Sun Aug  6 23:27:31 2006
@@ -23,6 +23,6 @@
 PLIST_FILES=	bin/weatherspect
 
 do-install:
-	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
+	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${TARGETDIR}/bin
 
 .include <bsd.port.mk>
--- weatherspect-1.6.patch ends here ---

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



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