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/gentium-ttf | |
parent | 2eea1f0364dcac27849beb3909a92f46ef4fe39a (diff) | |
download | pkgsrc-94f1d25ddf1726f61062432f11fca271efd4f47d.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'fonts/gentium-ttf')
-rw-r--r-- | fonts/gentium-ttf/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/fonts/gentium-ttf/Makefile b/fonts/gentium-ttf/Makefile index d8aa589ca19..6cd01c4db89 100644 --- a/fonts/gentium-ttf/Makefile +++ b/fonts/gentium-ttf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2006/11/03 07:13:31 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2012/10/03 18:28:23 asau Exp $ # DISTNAME= Gentium_102_W @@ -12,8 +12,6 @@ MAINTAINER= joerg@NetBSD.org HOMEPAGE= http://scripts.sil.org/ COMMENT= Free TrueType fonts from Bitstream, useful for web viewing -PKG_DESTDIR_SUPPORT= user-destdir - MASTER_SITES= ${MASTER_SITE_LOCAL} NO_CONFIGURE= YES |