diff options
author | wiz <wiz@pkgsrc.org> | 2001-04-02 18:46:07 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-04-02 18:46:07 +0000 |
commit | 68f557af76480217f99fe5a1d31910563dea149f (patch) | |
tree | b43e5ce4508bf8175a232161e4d61f81d67a132d /misc | |
parent | 349f4ef92a667b8ca051014dc79d52b41258e328 (diff) | |
download | pkgsrc-68f557af76480217f99fe5a1d31910563dea149f.tar.gz |
Replace file by f to please pkglint.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/gperiodic/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/gperiodic/Makefile b/misc/gperiodic/Makefile index 329ace78402..c7396ae5241 100644 --- a/misc/gperiodic/Makefile +++ b/misc/gperiodic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2001/03/27 03:20:08 hubertf Exp $ +# $NetBSD: Makefile,v 1.8 2001/04/02 18:46:07 wiz Exp $ # DISTNAME= gperiodic-1.2.6 @@ -19,8 +19,8 @@ USE_LIBINTL= yes USE_X11BASE= yes pre-configure: -.for file in config.cache config.h config.log config.status - ${RM} -f ${WRKSRC}/${file} +.for f in config.cache config.h config.log config.status + ${RM} -f ${WRKSRC}/$f .endfor post-install: |