diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-04-28 22:46:30 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-04-28 22:46:30 +0000 |
commit | a7a559e967114658ac2bcc725fa69c36c868b5b7 (patch) | |
tree | 06d1547c0dfc5cf906fb7e209176008604e964ff /www/seamonkey2 | |
parent | 2d84c5b015a0574a1e24a4eb28d64bff2078cf0c (diff) | |
download | ports-a7a559e967114658ac2bcc725fa69c36c868b5b7.tar.gz ports-a7a559e967114658ac2bcc725fa69c36c868b5b7.zip |
Notes
Diffstat (limited to 'www/seamonkey2')
-rw-r--r-- | www/seamonkey2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/seamonkey2/Makefile b/www/seamonkey2/Makefile index 72080a79f9ea..13e1e89c00d4 100644 --- a/www/seamonkey2/Makefile +++ b/www/seamonkey2/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 | \ |