From 8a243a11b6b85eed842466ceb10e60ab57a4c95a Mon Sep 17 00:00:00 2001 From: Michael Johnson Date: Thu, 28 Apr 2005 23:02:06 +0000 Subject: - s/nulll/null/ Pointed out by: kris --- www/seamonkey2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/seamonkey2/Makefile') 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 | \ -- cgit v1.2.3