aboutsummaryrefslogtreecommitdiff
path: root/www/seamonkey2
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2005-04-28 23:02:06 +0000
committerMichael Johnson <ahze@FreeBSD.org>2005-04-28 23:02:06 +0000
commit8a243a11b6b85eed842466ceb10e60ab57a4c95a (patch)
treef65f2d3adc5ec5acb03a9746b2b389b02c2ea73b /www/seamonkey2
parent2fc1d2a4551b3859fdaadc29084f290065ced66a (diff)
downloadports-8a243a11b6b85eed842466ceb10e60ab57a4c95a.tar.gz
ports-8a243a11b6b85eed842466ceb10e60ab57a4c95a.zip
- s/nulll/null/
Pointed out by: kris
Notes
Notes: svn path=/head/; revision=134336
Diffstat (limited to 'www/seamonkey2')
-rw-r--r--www/seamonkey2/Makefile2
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 | \