summaryrefslogtreecommitdiff
path: root/sysutils/screentest
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-10-23 21:54:35 +0000
committerrillig <rillig@pkgsrc.org>2005-10-23 21:54:35 +0000
commitfd5dffd960760a28fb318dba77ec47e32f3b32ab (patch)
treecc7086d37f8d9e18317ce6a81d330db4a9c8f2c5 /sysutils/screentest
parent437d44e6affcf45e96bc55aa6856fcb4f414d37e (diff)
downloadpkgsrc-fd5dffd960760a28fb318dba77ec47e32f3b32ab.tar.gz
Replaced $f with ${f} to fix some pkglint warnings.
Diffstat (limited to 'sysutils/screentest')
-rw-r--r--sysutils/screentest/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/screentest/Makefile b/sysutils/screentest/Makefile
index 3f1f68ecbd1..b08af0cded5 100644
--- a/sysutils/screentest/Makefile
+++ b/sysutils/screentest/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2005/06/01 18:03:22 jlam Exp $
+# $NetBSD: Makefile,v 1.10 2005/10/23 21:55:40 rillig Exp $
#
DISTNAME= screentest-1.0
@@ -15,9 +15,8 @@ GNU_CONFIGURE= yes
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/screentest
.for f in AUTHORS ChangeLog NEWS README
- ${INSTALL_DATA} ${WRKSRC}/$f ${PREFIX}/share/doc/screentest
+ ${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/doc/screentest
.endfor
-.undef f
.include "../../x11/gtk/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"