diff options
author | Maho Nakata <maho@FreeBSD.org> | 2005-03-24 03:27:10 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2005-03-24 03:27:10 +0000 |
commit | 873533d019b7f985a3ed2f628e25edb5078f5ba8 (patch) | |
tree | 9fe4b38ebd9654b4fc443d0fdd4ef006d04e20b9 /cad/tochnog/Makefile | |
parent | 3b43fb872d05c210a8b4c2f9be4525563c7134b9 (diff) |
Fix pkg-plist
Submitted by: "Pedro F. Giffuni" <giffunip@yahoo.com> and kris via pointy hat
Approved by: portmgr(marcus)
Notes
Notes:
svn path=/head/; revision=131925
Diffstat (limited to 'cad/tochnog/Makefile')
-rw-r--r-- | cad/tochnog/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/tochnog/Makefile b/cad/tochnog/Makefile index 49afd6f3451b..bdef57ca213d 100644 --- a/cad/tochnog/Makefile +++ b/cad/tochnog/Makefile @@ -76,7 +76,7 @@ do-install: ${INSTALL_SCRIPT} ${WRKDIR}/tochnog/gid/tochnog.gid/tochnog.ba* \ ${GID_PREFIX}/tochnog.gid .if !defined(NOPORTDOCS) - ${MKDIR} ${EXAMPLESDIR}/test + ${MKDIR} ${EXAMPLESDIR} @${RM} -f ${WRKDIR}/tochnog/test/*.orig ${INSTALL_DATA} ${WRKDIR}/tochnog/test/* ${EXAMPLESDIR} .endif |