diff options
author | salo <salo@pkgsrc.org> | 2003-11-23 07:16:39 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-11-23 07:16:39 +0000 |
commit | e0c875cc88cadcb07dba79b413c7ce539908efc7 (patch) | |
tree | eb70a06dae3eedf758fb00ba622db92cc7b817be /emulators/xbeeb/Makefile | |
parent | 62fd86d085d1f447ecc060d66e32f9f52cb43566 (diff) | |
download | pkgsrc-e0c875cc88cadcb07dba79b413c7ce539908efc7.tar.gz |
basename -> ${BASENAME}, from Soren Jacobsen via PR pkg/23540.
Diffstat (limited to 'emulators/xbeeb/Makefile')
-rw-r--r-- | emulators/xbeeb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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: |