aboutsummaryrefslogtreecommitdiff
path: root/astro/tkseti/Makefile
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>1999-09-08 23:41:50 +0000
committerChris Piazza <cpiazza@FreeBSD.org>1999-09-08 23:41:50 +0000
commitc8c3d1b8a1ffdebf764d367f8741f59cba23685a (patch)
treec1dd9ffcf9183d41e6a2537873181d406d79d5d7 /astro/tkseti/Makefile
parentd64871cacbb9e8969375d99bb57280306163dca5 (diff)
downloadports-c8c3d1b8a1ffdebf764d367f8741f59cba23685a.tar.gz
ports-c8c3d1b8a1ffdebf764d367f8741f59cba23685a.zip
s/WRKDIR/WRKSRC/g in do-install:
Notes
Notes: svn path=/head/; revision=21444
Diffstat (limited to 'astro/tkseti/Makefile')
-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"