summaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2013-01-15 21:06:11 +0000
committerMikhail Teterin <mi@FreeBSD.org>2013-01-15 21:06:11 +0000
commitf7bb9b211557ddb6366807588b3d2c24f44325da (patch)
tree3d7e77a765031424c2d5e998687095e5118e1b72 /deskutils
parentAdd LICENSE (diff)
Fix a spelling error in the build-time output.
PR: 175331 Submitted by: Christoph Mallon Notified by: Chris Rees
Notes
Notes: svn path=/head/; revision=310462
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/xmdiary/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/xmdiary/Makefile b/deskutils/xmdiary/Makefile
index 9cb542514c1b..38f946c343fe 100644
--- a/deskutils/xmdiary/Makefile
+++ b/deskutils/xmdiary/Makefile
@@ -28,7 +28,7 @@ MAN1= xdaclunix.1 xdalarm.1 xdcustom.1 xddump.1 xdiary.1 xdinitdb.1 \
post-patch:
@${ECHO_MSG} removing the "malloc.h" includes
${SCRIPTDIR}/nomalloc $(WRKSRC) 2>&1 > /dev/zero
- @${ECHO_MSG} removing unneccessary DependTarget from Imakefile-s
+ @${ECHO_MSG} removing unnecessary DependTarget from Imakefile-s
${SCRIPTDIR}/noextradepend $(WRKSRC) 2>&1 > /dev/zero
${REINPLACE_CMD} -e 's|/usr/X11R6|${LOCALBASE}|g' \
-e 's|CcCmd gcc|CcCmd ${CC}|' '${WRKSRC}/XDiary.tmpl'