svn commit: r310462 - head/deskutils/xmdiary

Mikhail Teterin mi at FreeBSD.org
Tue Jan 15 21:06:12 UTC 2013


Author: mi
Date: Tue Jan 15 21:06:11 2013
New Revision: 310462
URL: http://svnweb.freebsd.org/changeset/ports/310462

Log:
  Fix a spelling error in the build-time output.
  
  PR:		175331
  Submitted by:	Christoph Mallon
  Notified by:	Chris Rees

Modified:
  head/deskutils/xmdiary/Makefile

Modified: head/deskutils/xmdiary/Makefile
==============================================================================
--- head/deskutils/xmdiary/Makefile	Tue Jan 15 20:13:17 2013	(r310461)
+++ head/deskutils/xmdiary/Makefile	Tue Jan 15 21:06:11 2013	(r310462)
@@ -28,7 +28,7 @@ MAN1=		xdaclunix.1 xdalarm.1 xdcustom.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'


More information about the svn-ports-all mailing list