diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-04-28 23:02:06 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-04-28 23:02:06 +0000 |
commit | 8a243a11b6b85eed842466ceb10e60ab57a4c95a (patch) | |
tree | f65f2d3adc5ec5acb03a9746b2b389b02c2ea73b /www/seamonkey2 | |
parent | 2fc1d2a4551b3859fdaadc29084f290065ced66a (diff) | |
download | ports-8a243a11b6b85eed842466ceb10e60ab57a4c95a.tar.gz ports-8a243a11b6b85eed842466ceb10e60ab57a4c95a.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 13e1e89c00d4..f9a587dbdd51 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/null || ${TRUE}" >> ${PLIST} cd ${FAKEDIR}/lib/${MOZILLA} && ${FIND} -s * -type f -o -type l | \ ${SED} -e 's:^:lib/${MOZILLA}/:' >> ${PLIST} \ && ${FIND} -d * -type d | \ |