diff options
author | steve <steve@FreeBSD.org> | 2000-01-03 03:33:23 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-01-03 03:33:23 +0000 |
commit | 8f135afb6c2ee734b06fff7c37995cade910d177 (patch) | |
tree | b0ef91f07daaa050f4b35d39912e41f0c8d7260b /emulators/frodo/Makefile | |
parent | 20168c08993aa5fede6e865b18af6c1b4b96d56a (diff) | |
download | FreeBSD-ports-8f135afb6c2ee734b06fff7c37995cade910d177.zip FreeBSD-ports-8f135afb6c2ee734b06fff7c37995cade910d177.tar.gz |
Complete conversion to Tk 8.2.
PR: 15843
Submitted by: maintainer
Diffstat (limited to 'emulators/frodo/Makefile')
-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 cc99648..99583f2 100644 --- a/emulators/frodo/Makefile +++ b/emulators/frodo/Makefile @@ -25,7 +25,7 @@ do-configure: @(cd ${WRKSRC}; ${SH} ./configure) do-install: - ${SED} -e 's/\$${PREFIX}/${PREFIX:S/\//\\\//g}/g' \ + ${SED} -e 's=\$${PREFIX}=${PREFIX}=g' \ < ${FILESDIR}/frodo > ${WRKDIR}/frodo ${INSTALL_SCRIPT} ${WRKDIR}/frodo ${PREFIX}/bin ${MKDIR} ${PREFIX}/libexec/frodo |