From c71a4755e39e5a579b2ee47f2c24a0350a339dff Mon Sep 17 00:00:00 2001 From: matthias Date: Wed, 16 Sep 1998 09:37:28 +0000 Subject: Change $ii to $$ii in post-install for loop. --- emulators/vice/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'emulators/vice') diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile index 7b9169cd298..9cc4de214af 100644 --- a/emulators/vice/Makefile +++ b/emulators/vice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1998/09/13 14:58:41 garbled Exp $ +# $NetBSD: Makefile,v 1.4 1998/09/16 09:37:28 matthias Exp $ DISTNAME= vice-0.15.0 CATEGORIES= emulators @@ -24,7 +24,7 @@ post-install: done; \ done for ii in chargen edit2.b edit4.b40 edit4.b80 pet2001 pet3032 pet4032; do \ - ${INSTALL_DATA} ${WRKSRC}/data/PET/$ii ${PREFIX}/share/vice/PET; \ + ${INSTALL_DATA} ${WRKSRC}/data/PET/$$ii ${PREFIX}/share/vice/PET; \ done .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3