diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-08-08 21:36:39 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-08-08 21:36:39 +0000 |
commit | 3dd1f79e1b7603f0300e9e967db97a66beb5a58f (patch) | |
tree | 1ee8ce863fa9f7d62e1da8be28be08ad68fd0d6a /astro | |
parent | d432e2ef724cb68fdfda8dcfb0d1ba913ddb8c18 (diff) | |
download | ports-3dd1f79e1b7603f0300e9e967db97a66beb5a58f.tar.gz ports-3dd1f79e1b7603f0300e9e967db97a66beb5a58f.zip |
Notes
Diffstat (limited to 'astro')
-rw-r--r-- | astro/weatherspect/Makefile | 2 |
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> |