diff options
author | asau <asau> | 2012-10-06 14:10:39 +0000 |
---|---|---|
committer | asau <asau> | 2012-10-06 14:10:39 +0000 |
commit | 060b86e6eef037d8debe216a3978f29792a304b4 (patch) | |
tree | 302b2130ea1710cf302c1761a30f0dd22578be6f /graphics/fnlib | |
parent | 9f7408a2b87ba1c5a399a8483da7280bdfeb6f84 (diff) | |
download | pkgsrc-060b86e6eef037d8debe216a3978f29792a304b4.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'graphics/fnlib')
-rw-r--r-- | graphics/fnlib/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/fnlib/Makefile b/graphics/fnlib/Makefile index 7bc64281e28..1316cc1bc19 100644 --- a/graphics/fnlib/Makefile +++ b/graphics/fnlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2012/02/06 12:40:22 wiz Exp $ +# $NetBSD: Makefile,v 1.46 2012/10/06 14:10:49 asau Exp $ # DISTNAME= fnlib-0.5 @@ -9,8 +9,6 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=enlightenment/} MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Color font rendering library for X11R6 -PKG_DESTDIR_SUPPORT= user-destdir - # XXX Added to stop old distfiles conflicting due to the authors updating # XXX fnlib-0.5.tar.gz without changing the filename. # XXX Delete when DISTNAME next changes |