From 6bb3555a8b9a94710844fc82642a9def8ba21eba Mon Sep 17 00:00:00 2001 From: salo Date: Sun, 23 Nov 2003 07:16:39 +0000 Subject: basename -> ${BASENAME}, from Soren Jacobsen via PR pkg/23540. --- emulators/xbeeb/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'emulators/xbeeb/Makefile') diff --git a/emulators/xbeeb/Makefile b/emulators/xbeeb/Makefile index 7582997a38e..17fc3c2cee3 100644 --- a/emulators/xbeeb/Makefile +++ b/emulators/xbeeb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2003/07/17 21:36:28 grant Exp $ +# $NetBSD: Makefile,v 1.11 2003/11/23 07:16:39 salo Exp $ # DISTNAME= xbeeb-0.3.6 @@ -35,7 +35,7 @@ do-build: (cd ${WRKSRC}/fonts && \ for i in *.bdf ; \ do \ - bdftopcf $$i -o `basename $$i .bdf`.pcf ; \ + bdftopcf $$i -o `${BASENAME} $$i .bdf`.pcf ; \ done) do-install: -- cgit v1.2.3