pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/drscheme Replaced $f with ${f} to fix some pkglin...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bf66bfa3bb0e
branches:  trunk
changeset: 501554:bf66bfa3bb0e
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Oct 23 21:37:32 2005 +0000

description:
Replaced $f with ${f} to fix some pkglint warnings.

diffstat:

 lang/drscheme/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r 684c290ec006 -r bf66bfa3bb0e lang/drscheme/Makefile
--- a/lang/drscheme/Makefile    Sun Oct 23 21:27:47 2005 +0000
+++ b/lang/drscheme/Makefile    Sun Oct 23 21:37:32 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2005/07/16 01:19:11 jlam Exp $
+# $NetBSD: Makefile,v 1.31 2005/10/23 21:37:32 rillig Exp $
 #
 
 DISTNAME=              plt-${DRSCHEME_VERSION}-src-unix
@@ -60,10 +60,10 @@
        ${INSTALL_MAN} ${WRKSRC}/../man/man1/*.1 ${PREFIX}/man/man1/
        @cd ${PREFIX}/lib/plt && PATH="${OLD_PATH}" ${SH} install || ${TRUE}
 .for f in ${PROGRAMS}
-       @cd ${PREFIX}/bin && ${LN} -s ../lib/plt/bin/$f
+       @cd ${PREFIX}/bin && ${LN} -s ../lib/plt/bin/${f}
 .endfor
 .for f in ${DOCFILES}
-       ${PREFIX}/bin/setup-plt ${DISTDIR}/${DIST_SUBDIR}/$f
+       ${PREFIX}/bin/setup-plt ${DISTDIR}/${DIST_SUBDIR}/${f}
 .endfor
 
 .include "../../graphics/MesaLib/buildlink3.mk"



Home | Main Index | Thread Index | Old Index