diff options
author | Steve Price <steve@FreeBSD.org> | 2000-08-30 05:26:11 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-08-30 05:26:11 +0000 |
commit | dbe542e4790f25a226c137895481a918a72977df (patch) | |
tree | e6c9c058f92f7777d4039daf4a26e0d4478a6439 /emulators/frodo | |
parent | 4a34004ed4540eb12babdd498984cedab1ae8516 (diff) | |
download | ports-dbe542e4790f25a226c137895481a918a72977df.tar.gz ports-dbe542e4790f25a226c137895481a918a72977df.zip |
Notes
Diffstat (limited to 'emulators/frodo')
-rw-r--r-- | emulators/frodo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/frodo/Makefile b/emulators/frodo/Makefile index 576c93e7d6c3..c6cb57e065af 100644 --- a/emulators/frodo/Makefile +++ b/emulators/frodo/Makefile @@ -39,7 +39,7 @@ do-install: ${INSTALL_DATA} "${WRKDIR}/Frodo/Frodo Logo" ${PREFIX}/libexec/frodo ${CP} "${WRKDIR}/Frodo/TkGui.tcl" ${PREFIX}/libexec/frodo ${MKDIR} ${PREFIX}/libexec/frodo/64prgs - @(${TAR} -C ${WRKDIR}/Frodo/64prgs -cf - . | ${TAR} -C ${PREFIX}/libexec/frodo/64prgs -xf - + @(${TAR} -C ${WRKDIR}/Frodo/64prgs -cf - . | ${TAR} -C ${PREFIX}/libexec/frodo/64prgs -xf -) post-install: .if !defined(NOPORTDOCS) |