diff options
Diffstat (limited to 'comms/linuxsms')
-rw-r--r-- | comms/linuxsms/Makefile | 4 |
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 |