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/tango-icon-theme | |
parent | 9f7408a2b87ba1c5a399a8483da7280bdfeb6f84 (diff) | |
download | pkgsrc-060b86e6eef037d8debe216a3978f29792a304b4.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'graphics/tango-icon-theme')
-rw-r--r-- | graphics/tango-icon-theme/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/tango-icon-theme/Makefile b/graphics/tango-icon-theme/Makefile index 3fecf09b206..2d05a7aac71 100644 --- a/graphics/tango-icon-theme/Makefile +++ b/graphics/tango-icon-theme/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2012/08/18 08:49:42 ryoon Exp $ +# $NetBSD: Makefile,v 1.13 2012/10/06 14:11:22 asau Exp $ DISTNAME= tango-icon-theme-0.8.90 PKGREVISION= 10 @@ -10,8 +10,6 @@ HOMEPAGE= http://tango.freedesktop.org/Tango_Desktop_Project COMMENT= Tango desktop project icon theme LICENSE= public-domain -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= yes USE_TOOLS+= gmake intltool pkg-config msgfmt |