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 | 94f1d25ddf1726f61062432f11fca271efd4f47d (patch) | |
tree | a10f1215666edf2ae6a29dce6f9dc6da3884375e /fonts/terminus-font/Makefile | |
parent | 2eea1f0364dcac27849beb3909a92f46ef4fe39a (diff) | |
download | pkgsrc-94f1d25ddf1726f61062432f11fca271efd4f47d.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'fonts/terminus-font/Makefile')
-rw-r--r-- | fonts/terminus-font/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/fonts/terminus-font/Makefile b/fonts/terminus-font/Makefile index caa7d547346..4fda68f7ba5 100644 --- a/fonts/terminus-font/Makefile +++ b/fonts/terminus-font/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2012/02/02 21:17:40 asau Exp $ +# $NetBSD: Makefile,v 1.9 2012/10/03 18:28:31 asau Exp $ # DISTNAME= terminus-font-4.36 @@ -10,8 +10,6 @@ HOMEPAGE= http://terminus-font.sourceforge.net/ COMMENT= Clean, fixed-width font LICENSE= open-font-license -PKG_DESTDIR_SUPPORT= user-destdir - USE_TOOLS+= bdftopcf gmake gzip perl HAS_CONFIGURE= yes |