diff options
author | joerg <joerg@pkgsrc.org> | 2006-11-03 17:05:32 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-11-03 17:05:32 +0000 |
commit | 633fee571a057a26d48d3752992f972ec1c8d180 (patch) | |
tree | d8c306bb14d0ae386740d6e20bc8392881503a3a /x11/xextproto | |
parent | f1ad3246d7e28a94d154a0680d517ff8716a04d0 (diff) | |
download | pkgsrc-633fee571a057a26d48d3752992f972ec1c8d180.tar.gz |
Supports DESTDIR. Take maintainership.
Diffstat (limited to 'x11/xextproto')
-rw-r--r-- | x11/xextproto/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11/xextproto/Makefile b/x11/xextproto/Makefile index 86b9c588810..a5e8315e0d7 100644 --- a/x11/xextproto/Makefile +++ b/x11/xextproto/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2006/07/22 04:46:20 rillig Exp $ +# $NetBSD: Makefile,v 1.3 2006/11/03 17:05:32 joerg Exp $ # DISTNAME= xextproto-7.0.2 @@ -6,12 +6,13 @@ CATEGORIES= x11 MASTER_SITES= http://xorg.freedesktop.org/releases/individual/proto/ EXTRACT_SUFX= .tar.bz2 -MAINTAINER= lars.nordlund@hem.utfors.se +MAINTAINER= joerg@NetBSD.org HOMEPAGE= http://xorg.freedesktop.org/ COMMENT= XExt extension headers from X.org +PKG_DESTDIR_SUPPORT= user-destdir + CONFLICTS+= xextensions-[0-9]* -#CONFLICTS+= xorg-libs-[0-9]* GNU_CONFIGURE= yes PKGCONFIG_OVERRIDE+= ${WRKSRC}/xextproto.pc.in |