diff options
author | ahze <ahze@FreeBSD.org> | 2005-04-29 06:46:30 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2005-04-29 06:46:30 +0800 |
commit | e77e0a69bf86e7868a4eb8abdd6ef86e6ad656b6 (patch) | |
tree | 0f90da9d8a5a2cad29b51b43cbe91643442126d0 /www/seamonkey | |
parent | 61cd3955796a41cc2391af99e84defadb995d730 (diff) | |
download | freebsd-ports-graphics-e77e0a69bf86e7868a4eb8abdd6ef86e6ad656b6.tar.gz freebsd-ports-graphics-e77e0a69bf86e7868a4eb8abdd6ef86e6ad656b6.tar.zst freebsd-ports-graphics-e77e0a69bf86e7868a4eb8abdd6ef86e6ad656b6.zip |
- Quote line to fix build on pointyhat
Repointed by: pointyhat via kris
Diffstat (limited to 'www/seamonkey')
-rw-r--r-- | www/seamonkey/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile index 72080a79f9e..13e1e89c00d 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/Makefile @@ -289,7 +289,7 @@ pre-install: @${CP} -RL ${WRKSRC}/dist/bin/defaults/isp ${FAKEDIR}/lib/${MOZILLA}/defaults .endif ${ECHO_CMD} share/applications/mozilla-devel.desktop >> ${PLIST} - ${ECHO_CMD} @unexec ${RMDIR} %D/share/applications 2>/dev/nulll || ${TRUE} >> ${PLIST} + ${ECHO_CMD} "@unexec ${RMDIR} %D/share/applications 2>/dev/nulll || ${TRUE}" >> ${PLIST} cd ${FAKEDIR}/lib/${MOZILLA} && ${FIND} -s * -type f -o -type l | \ ${SED} -e 's:^:lib/${MOZILLA}/:' >> ${PLIST} \ && ${FIND} -d * -type d | \ |