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 | 56609fe54ab6759c6d02d49af04d4592d98c149b (patch) | |
tree | a10f1215666edf2ae6a29dce6f9dc6da3884375e /fonts/linux-libertine-ttf | |
parent | 0eb95214772e80610fec9929ec27d6e90a1e8db6 (diff) | |
download | pkgsrc-56609fe54ab6759c6d02d49af04d4592d98c149b.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 |