summaryrefslogtreecommitdiff
path: root/deskutils/xmdiary/Makefile
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-04-24 03:06:11 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-04-24 03:06:11 +0000
commit65e6a87bfc1db40f5ecb449ae7dcffc8a08696e6 (patch)
treee4783d8404259c623dee842805e90315e9574e3e /deskutils/xmdiary/Makefile
parentSupport CFLAGS and MOTIFLIB (diff)
support MOTIFLIB
Notes
Notes: svn path=/head/; revision=18106
Diffstat (limited to 'deskutils/xmdiary/Makefile')
-rw-r--r--deskutils/xmdiary/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/xmdiary/Makefile b/deskutils/xmdiary/Makefile
index fc2f89553ee3..b65bb47c28c7 100644
--- a/deskutils/xmdiary/Makefile
+++ b/deskutils/xmdiary/Makefile
@@ -3,7 +3,7 @@
# Date created: 29 Sep 1997
# Whom: mi@aldan.ziplink.net
#
-# $Id: Makefile,v 1.2 1998/08/07 22:17:54 asami Exp $
+# $Id: Makefile,v 1.3 1998/09/27 03:44:37 steve Exp $
#
DISTNAME= xmdiary-3.0.1
@@ -23,7 +23,7 @@ MAN1= xdaclunix.1 xdalarm.1 xdcustom.1 xddump.1 xdiary.1 xdinitdb.1 \
xdrestore.1
pre-patch:
- for node in `tar tzf ${DISTDIR}/xmdfix.gz` ; \
+ @for node in `tar tzf ${DISTDIR}/xmdfix.gz` ; \
do \
test -f $(WRKSRC)/$$node && ${RM} -f $(WRKSRC)/$$node ; \
done