summaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorAlexander Langer <alex@FreeBSD.org>2001-01-12 17:15:14 +0000
committerAlexander Langer <alex@FreeBSD.org>2001-01-12 17:15:14 +0000
commitd2a16d6c4610b557337b507c31da51800e3c04f2 (patch)
treeca3679e530aadc8129788fcf5571119f6dc13f8a /cad
parentUpdate to 0.7, bumping port epoch to 1, since the version number went (diff)
Use the correct path in the $(TAR) command
Submitted by: bento
Notes
Notes: svn path=/head/; revision=37142
Diffstat (limited to 'cad')
-rw-r--r--cad/sis/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/sis/Makefile b/cad/sis/Makefile
index 98f930387548..cb28bb3e83b7 100644
--- a/cad/sis/Makefile
+++ b/cad/sis/Makefile
@@ -50,7 +50,7 @@ do-install:
${INSTALL_MAN} ${WRKSRC}/espresso/espresso.5 ${PREFIX}/man/man5
${INSTALL_MAN} ${WRKSRC}/espresso/pla.5 ${PREFIX}/man/man5
${MKDIR} ${PREFIX}/lib/sis
- ${TAR} -C ${WRKSRC}/sis/sis_lib -cf - . | \
+ ${TAR} -C ${WRKSRC}/sis -cf - sis_lib | \
${TAR} -C ${PREFIX}/lib/sis --unlink -xf -
.if !defined(NOPORTDOCS)
${INSTALL_DATA} ${WRKSRC}/SIS_paper.ps ${PREFIX}/lib/sis