diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2005-05-23 19:17:49 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2005-05-23 19:17:49 +0000 |
commit | 1b3995d607e7a1b402d18b9b11242fe78da5ebc9 (patch) | |
tree | 9b684f4a40098fc0223fc15860620bd9539bfd75 /meta-pkgs/xorg | |
parent | 952bfda99e719c17898e04ef6fcea63279827387 (diff) | |
download | pkgsrc-1b3995d607e7a1b402d18b9b11242fe78da5ebc9.tar.gz |
shut up pkglint.
Diffstat (limited to 'meta-pkgs/xorg')
-rw-r--r-- | meta-pkgs/xorg/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-pkgs/xorg/Makefile.common b/meta-pkgs/xorg/Makefile.common index 8bfdd1bdbe8..b29a9cfd8a6 100644 --- a/meta-pkgs/xorg/Makefile.common +++ b/meta-pkgs/xorg/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.31 2005/05/23 09:32:04 rillig Exp $ +# $NetBSD: Makefile.common,v 1.32 2005/05/23 19:17:49 xtraeme Exp $ # # XBUILD_DIRS is the group of directories under ${WRKSRC} that will # be built in. @@ -149,7 +149,7 @@ PKG_SKIP_REASON+= "X11_TYPE=xorg is mandatory." . endif .endif -NO_MTREE= # defined +NO_MTREE= yes WRKSRC?= ${WRKDIR}/xc X11ROOT?= ${LOCALBASE}/${X11ROOT_PREFIX} |