diff options
author | asau <asau@pkgsrc.org> | 2012-10-03 18:28:15 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-03 18:28:15 +0000 |
commit | 56609fe54ab6759c6d02d49af04d4592d98c149b (patch) | |
tree | a10f1215666edf2ae6a29dce6f9dc6da3884375e /fonts/ja-naga10 | |
parent | 0eb95214772e80610fec9929ec27d6e90a1e8db6 (diff) | |
download | pkgsrc-56609fe54ab6759c6d02d49af04d4592d98c149b.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'fonts/ja-naga10')
-rw-r--r-- | fonts/ja-naga10/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/fonts/ja-naga10/Makefile b/fonts/ja-naga10/Makefile index 2f2f2c0f1a7..0e8f9da52ec 100644 --- a/fonts/ja-naga10/Makefile +++ b/fonts/ja-naga10/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2008/03/03 20:17:12 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2012/10/03 18:28:24 asau Exp $ DISTNAME= knj10-1.1 PKGNAME= ja-naga10-1.1 @@ -12,8 +12,6 @@ MAINTAINER= tech-pkg-ja@jp.NetBSD.org HOMEPAGE= http://hp.vector.co.jp/authors/VA013391/fonts/#naga10 COMMENT= 10x10 dots X11 bitmap font for JIS X 0208 -PKG_DESTDIR_SUPPORT= user-destdir - USE_X11BASE= YES USE_TOOLS+= bdftopcf gzip patch DOCDIR= ${PREFIX}/share/doc |