diff options
author | Alexander Langer <alex@FreeBSD.org> | 2001-01-12 17:15:14 +0000 |
---|---|---|
committer | Alexander Langer <alex@FreeBSD.org> | 2001-01-12 17:15:14 +0000 |
commit | d2a16d6c4610b557337b507c31da51800e3c04f2 (patch) | |
tree | ca3679e530aadc8129788fcf5571119f6dc13f8a /cad/sis | |
parent | Update 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/sis')
-rw-r--r-- | cad/sis/Makefile | 2 |
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 |