aboutsummaryrefslogtreecommitdiff
path: root/astro
diff options
context:
space:
mode:
Diffstat (limited to 'astro')
-rw-r--r--astro/tkseti/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/astro/tkseti/Makefile b/astro/tkseti/Makefile
index 3fc8c0624032..24c2a63ad052 100644
--- a/astro/tkseti/Makefile
+++ b/astro/tkseti/Makefile
@@ -19,9 +19,9 @@ NO_BUILD= yes
do-install:
${MKDIR} ${PREFIX}/share/doc/tkseti
- ${INSTALL_SCRIPT} ${WRKDIR}/tkseti ${PREFIX}/bin
- ${INSTALL_DATA} ${WRKDIR}/DOC ${PREFIX}/share/doc/tkseti/DOC
- ${INSTALL_DATA} ${WRKDIR}/README ${PREFIX}/share/doc/tkseti/README
+ ${INSTALL_SCRIPT} ${WRKSRC}/tkseti ${PREFIX}/bin
+ ${INSTALL_DATA} ${WRKSRC}/DOC ${PREFIX}/share/doc/tkseti/DOC
+ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/tkseti/README
post-install:
@${ECHO} "Please read the documentation for tkseti located in"