summaryrefslogtreecommitdiff
path: root/emulators/vice
diff options
context:
space:
mode:
authormatthias <matthias>1998-09-16 09:37:28 +0000
committermatthias <matthias>1998-09-16 09:37:28 +0000
commitc71a4755e39e5a579b2ee47f2c24a0350a339dff (patch)
tree29af30c74cd9d21d325c611d0a69b27b2fdef749 /emulators/vice
parent71ae10f877c3cf6b2d04ce0444462f077f2b1751 (diff)
downloadpkgsrc-c71a4755e39e5a579b2ee47f2c24a0350a339dff.tar.gz
Change $ii to $$ii in post-install for loop.
Diffstat (limited to 'emulators/vice')
-rw-r--r--emulators/vice/Makefile4
1 files changed, 2 insertions, 2 deletions
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"