diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-04-24 03:06:11 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-04-24 03:06:11 +0000 |
commit | 65e6a87bfc1db40f5ecb449ae7dcffc8a08696e6 (patch) | |
tree | e4783d8404259c623dee842805e90315e9574e3e /deskutils/xmdiary/Makefile | |
parent | ee09a2c7935052dec77d8867bafad7d727e9ec32 (diff) | |
download | ports-65e6a87bfc1db40f5ecb449ae7dcffc8a08696e6.tar.gz ports-65e6a87bfc1db40f5ecb449ae7dcffc8a08696e6.zip |
Notes
Diffstat (limited to 'deskutils/xmdiary/Makefile')
-rw-r--r-- | deskutils/xmdiary/Makefile | 4 |
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 |