diff options
author | asau <asau> | 2012-10-29 05:06:05 +0000 |
---|---|---|
committer | asau <asau> | 2012-10-29 05:06:05 +0000 |
commit | 675dcf5e0d7bf006cb0146e66e63890d704f6581 (patch) | |
tree | 2379812310e9345accaee1e306485260940238a4 /x11/Xfixes | |
parent | 9eb6e6e814a71b6213db2a874ab87aa18ed355c2 (diff) | |
download | pkgsrc-675dcf5e0d7bf006cb0146e66e63890d704f6581.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'x11/Xfixes')
-rw-r--r-- | x11/Xfixes/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/Xfixes/Makefile b/x11/Xfixes/Makefile index fd125b166bc..f51a9082684 100644 --- a/x11/Xfixes/Makefile +++ b/x11/Xfixes/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2010/12/08 09:03:07 tron Exp $ +# $NetBSD: Makefile,v 1.28 2012/10/29 05:06:06 asau Exp $ DISTNAME= libXfixes-2.0.1 PKGNAME= ${DISTNAME:S/libX/X/} @@ -13,7 +13,6 @@ COMMENT= X Fixes extension of X RandR CONFLICTS+= libXfixes-[0-9]* -PKG_DESTDIR_SUPPORT= user-destdir PKG_INSTALLATION_TYPES= overwrite pkgviews USE_TOOLS+= pkg-config |