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/fntsample | |
parent | 0eb95214772e80610fec9929ec27d6e90a1e8db6 (diff) | |
download | pkgsrc-56609fe54ab6759c6d02d49af04d4592d98c149b.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'fonts/fntsample')
-rw-r--r-- | fonts/fntsample/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fonts/fntsample/Makefile b/fonts/fntsample/Makefile index 8c028fd5888..f8383520286 100644 --- a/fonts/fntsample/Makefile +++ b/fonts/fntsample/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2012/10/02 17:11:00 tron Exp $ +# $NetBSD: Makefile,v 1.8 2012/10/03 18:28:18 asau Exp $ # DISTNAME= fntsample-3.2 @@ -14,7 +14,6 @@ HOMEPAGE= http://fntsample.sourceforge.net/ COMMENT= Make font samples, similar to Unicode charts, showing Unicode coverage LICENSE= gnu-gpl-v3 -PKG_DESTDIR_SUPPORT= user-destdir USE_TOOLS+= pkg-config gmake perl:run REPLACE_PERL= pdfoutline.pl GNU_CONFIGURE= yes |