diff options
author | asau <asau@pkgsrc.org> | 2012-10-06 14:10:39 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-06 14:10:39 +0000 |
commit | 331246edf480f4eda17d29e21bbf8dd23fd5ec24 (patch) | |
tree | 302b2130ea1710cf302c1761a30f0dd22578be6f /graphics/SDL_image | |
parent | bb5c0dc635192c655023461d69804fb749162e43 (diff) | |
download | pkgsrc-331246edf480f4eda17d29e21bbf8dd23fd5ec24.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'graphics/SDL_image')
-rw-r--r-- | graphics/SDL_image/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/SDL_image/Makefile b/graphics/SDL_image/Makefile index 4264f713c38..4d2338d59c4 100644 --- a/graphics/SDL_image/Makefile +++ b/graphics/SDL_image/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2012/08/18 08:49:41 ryoon Exp $ +# $NetBSD: Makefile,v 1.44 2012/10/06 14:10:40 asau Exp $ DISTNAME= SDL_image-1.2.12 PKGREVISION= 2 @@ -12,7 +12,6 @@ LICENSE= zlib CONFLICTS= SDL-image-[0-9]* -PKG_DESTDIR_SUPPORT= user-destdir PKG_INSTALLATION_TYPES= overwrite pkgviews USE_LIBTOOL= YES |