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/liberation-ttf | |
parent | 2eea1f0364dcac27849beb3909a92f46ef4fe39a (diff) | |
download | pkgsrc-94f1d25ddf1726f61062432f11fca271efd4f47d.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'fonts/liberation-ttf')
-rw-r--r-- | fonts/liberation-ttf/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/fonts/liberation-ttf/Makefile b/fonts/liberation-ttf/Makefile index 6b872cab87f..e54526915be 100644 --- a/fonts/liberation-ttf/Makefile +++ b/fonts/liberation-ttf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2012/10/01 11:14:22 ryoon Exp $ +# $NetBSD: Makefile,v 1.9 2012/10/03 18:28:26 asau Exp $ # DISTNAME= liberation-fonts-ttf-2.00.0 @@ -12,8 +12,6 @@ HOMEPAGE= http://www.redhat.com/promo/fonts/ COMMENT= TrueType fonts from RedHat LICENSE= open-font-license -PKG_DESTDIR_SUPPORT= user-destdir - # Force using "curl" for fetching the distribution file. It is only available # over HTTPS and "curl" is the only fetch program which always supports HTTPS. FETCH_USING= curl |