diff options
author | mi <mi@FreeBSD.org> | 2013-01-16 05:06:11 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2013-01-16 05:06:11 +0800 |
commit | af4b8085323ae5a937ffd2573fa38ed663543b90 (patch) | |
tree | 3d7e77a765031424c2d5e998687095e5118e1b72 /deskutils/xmdiary | |
parent | b972ed9ae16d59b6c0362a578b4c2716544882cf (diff) | |
download | freebsd-ports-gnome-af4b8085323ae5a937ffd2573fa38ed663543b90.tar.gz freebsd-ports-gnome-af4b8085323ae5a937ffd2573fa38ed663543b90.tar.zst freebsd-ports-gnome-af4b8085323ae5a937ffd2573fa38ed663543b90.zip |
Fix a spelling error in the build-time output.
PR: 175331
Submitted by: Christoph Mallon
Notified by: Chris Rees
Diffstat (limited to 'deskutils/xmdiary')
-rw-r--r-- | deskutils/xmdiary/Makefile | 2 |
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' |