diff options
author | Steve Price <steve@FreeBSD.org> | 2000-01-03 03:33:23 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-01-03 03:33:23 +0000 |
commit | 9676d2cfc31077881f823fb311964694d358d18f (patch) | |
tree | 56781f7c216eaacc10a0f2e1be4d8a851aecc68b /emulators/frodo/Makefile | |
parent | d119aa6212284806bb175a16fd35430c858e07ee (diff) |
Notes
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 cc99648e4362..99583f299b0d 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 |