aboutsummaryrefslogtreecommitdiffstats
path: root/astro
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2006-08-09 05:36:39 +0800
committermiwi <miwi@FreeBSD.org>2006-08-09 05:36:39 +0800
commitc1434a2b943dbae68f663fda1a283394143fa965 (patch)
treef90945c9c0fbf008be12105db927f7b472b4bee6 /astro
parent13b7603791335bf61ad2427201fa0948d07c1b01 (diff)
downloadfreebsd-ports-gnome-c1434a2b943dbae68f663fda1a283394143fa965.tar.gz
freebsd-ports-gnome-c1434a2b943dbae68f663fda1a283394143fa965.tar.zst
freebsd-ports-gnome-c1434a2b943dbae68f663fda1a283394143fa965.zip
- Respect TARGETDIR
PR: ports/101531 Submitted by: Simon Olofsson <simon(at)olofsson.de> Approved by: krion (mentor)
Diffstat (limited to 'astro')
-rw-r--r--astro/weatherspect/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/weatherspect/Makefile b/astro/weatherspect/Makefile
index b4241266454f..aa803cb925a7 100644
--- a/astro/weatherspect/Makefile
+++ b/astro/weatherspect/Makefile
@@ -23,6 +23,6 @@ NO_BUILD= yes
PLIST_FILES= bin/weatherspect
do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
+ ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${TARGETDIR}/bin
.include <bsd.port.mk>