diff options
author | rillig <rillig> | 2005-09-28 19:13:50 +0000 |
---|---|---|
committer | rillig <rillig> | 2005-09-28 19:13:50 +0000 |
commit | 5ad7a9208349031e443cad5245d0c7777856de3c (patch) | |
tree | e9f4ec79bffcd8bacb7cb3a54581276d9d356369 /meta-pkgs/XFree86 | |
parent | ab5cb17c0ff6356d58b1ef09d154b9c8a19a9bf4 (diff) | |
download | pkgsrc-5ad7a9208349031e443cad5245d0c7777856de3c.tar.gz |
Fixed pkglint warnings.
Diffstat (limited to 'meta-pkgs/XFree86')
-rw-r--r-- | meta-pkgs/XFree86/Makefile | 12 | ||||
-rw-r--r-- | meta-pkgs/XFree86/Makefile.common | 4 |
2 files changed, 8 insertions, 8 deletions
diff --git a/meta-pkgs/XFree86/Makefile b/meta-pkgs/XFree86/Makefile index 4280cddc633..9d8562c2294 100644 --- a/meta-pkgs/XFree86/Makefile +++ b/meta-pkgs/XFree86/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2005/04/11 21:46:32 tv Exp $ +# $NetBSD: Makefile,v 1.9 2005/09/28 19:13:50 rillig Exp $ DISTNAME= # empty PKGNAME= XFree86-${XF_VER} @@ -24,11 +24,11 @@ DEPENDS+= XFree86-fonts75dpi>=4.4.0:../../fonts/XFree86-fonts75dpi DEPENDS+= XFree86-fontserver>=4.4.0:../../fonts/XFree86-fontserver DEPENDS+= XFree86-fontsScalable>=4.4.0:../../fonts/XFree86-fontsScalable -NO_BUILD= # defined -NO_CHECKSUM= # defined -NO_MTREE= # defined -NO_XFREE86_TARGETS= # defined -NO_CONFIGURE= # defined +NO_BUILD= yes +NO_CHECKSUM= yes +NO_MTREE= yes +NO_XFREE86_TARGETS= yes +NO_CONFIGURE= yes USE_DIRS+= XFree86-1.0 do-install: diff --git a/meta-pkgs/XFree86/Makefile.common b/meta-pkgs/XFree86/Makefile.common index 64dec77a375..e50d9b5554b 100644 --- a/meta-pkgs/XFree86/Makefile.common +++ b/meta-pkgs/XFree86/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.22 2005/05/23 09:30:32 rillig Exp $ +# $NetBSD: Makefile.common,v 1.23 2005/09/28 19:20:30 rillig Exp $ # # XBUILD_DIRS is the group of directories under ${WRKSRC} that will # be built in. @@ -128,7 +128,7 @@ PKG_SKIP_REASON+= "X11_TYPE=XFree86 is mandatory." . endif .endif -NO_MTREE= # defined +NO_MTREE= yes WRKSRC?= ${WRKDIR}/xc X11ROOT?= ${LOCALBASE}/${X11ROOT_PREFIX} |