summaryrefslogtreecommitdiff
path: root/comms/linuxsms
diff options
context:
space:
mode:
authorrillig <rillig>2005-05-31 22:41:39 +0000
committerrillig <rillig>2005-05-31 22:41:39 +0000
commiteec5e4b30c7d6d64c7cdb1317c7a87642d6c65bc (patch)
tree2bf71d157295652e357113093e2e81f8dcdd2b77 /comms/linuxsms
parent6c0feec5404f9e7d9534634ebbfe120b19d952f0 (diff)
downloadpkgsrc-eec5e4b30c7d6d64c7cdb1317c7a87642d6c65bc.tar.gz
Changed $f to ${f}.
Diffstat (limited to 'comms/linuxsms')
-rw-r--r--comms/linuxsms/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/linuxsms/Makefile b/comms/linuxsms/Makefile
index 43b6daf0d8f..fb65562923e 100644
--- a/comms/linuxsms/Makefile
+++ b/comms/linuxsms/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2005/04/11 21:45:07 tv Exp $
+# $NetBSD: Makefile,v 1.8 2005/05/31 22:42:12 rillig Exp $
#
DISTNAME= linuxsms-0.65
@@ -19,7 +19,7 @@ do-install:
${INSTALL_MAN} ${WRKSRC}/linuxsms.1 ${PREFIX}/man/man1
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/linuxsms
.for f in BUGS CHANGES README README.ES TODO
- ${INSTALL_DATA} ${WRKSRC}/$f ${PREFIX}/share/doc/linuxsms
+ ${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/doc/linuxsms
.endfor
.undef f