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 | This port requires bdftopcf, so add explicit dependency (diff) |
Add a missing ')' so this port actually installs again.
PR: 20934
Submitted by: maintainer
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) |