diff options
author | asau <asau> | 2012-10-03 18:28:15 +0000 |
---|---|---|
committer | asau <asau> | 2012-10-03 18:28:15 +0000 |
commit | b322cbd858eac6ad1f437713614f9ff68d359588 (patch) | |
tree | a10f1215666edf2ae6a29dce6f9dc6da3884375e /fonts/migu-ttf | |
parent | 86965d96c9865379c45bb7ca7ba2f25320698815 (diff) | |
download | pkgsrc-b322cbd858eac6ad1f437713614f9ff68d359588.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'fonts/migu-ttf')
-rw-r--r-- | fonts/migu-ttf/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/fonts/migu-ttf/Makefile b/fonts/migu-ttf/Makefile index ad3834ba4c6..28b1fcf8232 100644 --- a/fonts/migu-ttf/Makefile +++ b/fonts/migu-ttf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2012/03/22 18:20:33 ryoon Exp $ +# $NetBSD: Makefile,v 1.4 2012/10/03 18:28:27 asau Exp $ # DISTNAME= # empty @@ -15,8 +15,6 @@ HOMEPAGE= http://mix-mplus-ipa.sourceforge.jp/ COMMENT= Fonts generated from M+ and IPA Gothic (Universal Design) LICENSE= ipafont AND mplusfont -PKG_DESTDIR_SUPPORT= user-destdir - USE_X11BASE= yes NO_CONFIGURE= yes NO_BUILD= yes |