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/profont/Makefile | |
parent | 0eb95214772e80610fec9929ec27d6e90a1e8db6 (diff) | |
download | pkgsrc-56609fe54ab6759c6d02d49af04d4592d98c149b.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'fonts/profont/Makefile')
-rw-r--r-- | fonts/profont/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/fonts/profont/Makefile b/fonts/profont/Makefile index deb6732f859..4b893387b68 100644 --- a/fonts/profont/Makefile +++ b/fonts/profont/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2008/03/03 20:17:12 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2012/10/03 18:28:29 asau Exp $ # DISTNAME= profontlinux @@ -12,8 +12,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.tobias-jung.de/seekingprofont/ COMMENT= Monospaced bitmap font readable in very small sizes -PKG_DESTDIR_SUPPORT= user-destdir - NO_BUILD= yes NO_CONFIGURE= yes USE_X11BASE= yes |