diff options
author | joerg <joerg@pkgsrc.org> | 2015-07-04 16:18:28 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2015-07-04 16:18:28 +0000 |
commit | 40359543350f97f6f4ce738f77467358da339880 (patch) | |
tree | d8a48c8d2848b617581f63aeec6454f4736400cd /fonts/ja-elisat | |
parent | 87993e055fdcca0d2b61250e291a62eff0eb64ff (diff) | |
download | pkgsrc-40359543350f97f6f4ce738f77467358da339880.tar.gz |
Remove USE_X11BASE and X11PREFIX.
Diffstat (limited to 'fonts/ja-elisat')
-rw-r--r-- | fonts/ja-elisat/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fonts/ja-elisat/Makefile b/fonts/ja-elisat/Makefile index 5ad11e93464..9ce2c02b026 100644 --- a/fonts/ja-elisat/Makefile +++ b/fonts/ja-elisat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2014/06/01 16:35:34 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2015/07/04 16:18:31 joerg Exp $ DISTNAME= elisat10 PKGNAME= ja-elisat-1.0 @@ -11,7 +11,6 @@ COMMENT= 8x8 dots X11 bitmap font for JIS X 0208 LICENSE= no-commercial-use WRKSRC= ${WRKDIR} -USE_X11BASE= YES DOCDIR= ${PREFIX}/share/doc/elisat FONTDIR= ${PREFIX}/share/fonts/X11/local FONTS_DIRS.x11= ${FONTDIR} |