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/linux-libertine-ttf | |
parent | 2eea1f0364dcac27849beb3909a92f46ef4fe39a (diff) | |
download | pkgsrc-94f1d25ddf1726f61062432f11fca271efd4f47d.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'fonts/linux-libertine-ttf')
-rw-r--r-- | fonts/linux-libertine-ttf/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/fonts/linux-libertine-ttf/Makefile b/fonts/linux-libertine-ttf/Makefile index b5a5f224022..b551dcc9fef 100644 --- a/fonts/linux-libertine-ttf/Makefile +++ b/fonts/linux-libertine-ttf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2011/11/17 18:16:03 ryoon Exp $ +# $NetBSD: Makefile,v 1.4 2012/10/03 18:28:27 asau Exp $ # DISTNAME= LinLibertineTTF_5.1.3_2011_06_21 @@ -12,8 +12,6 @@ HOMEPAGE= http://linuxlibertine.sourceforge.net/ COMMENT= Free TrueType font family #LICENSE= gnu-gpl-v2 OR SIL OPEN FONT LICENSE Version 1.0 -PKG_DESTDIR_SUPPORT= user-destdir - WRKSRC= ${WRKDIR} NO_CONFIGURE= yes NO_BUILD= yes |