diff options
author | xtraeme <xtraeme> | 2004-07-29 08:59:15 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-07-29 08:59:15 +0000 |
commit | 03739ff3a61149f9b3a9323db4ad3946dc603e9a (patch) | |
tree | 45113a27a8b4baf4d3d9076d75bfa7a0e506b86b /meta-pkgs/XFree86/Makefile.common | |
parent | dca40872f07baa3d139ac89c46414f24aacf52b0 (diff) | |
download | pkgsrc-03739ff3a61149f9b3a9323db4ad3946dc603e9a.tar.gz |
Minor nits.
Diffstat (limited to 'meta-pkgs/XFree86/Makefile.common')
-rw-r--r-- | meta-pkgs/XFree86/Makefile.common | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/meta-pkgs/XFree86/Makefile.common b/meta-pkgs/XFree86/Makefile.common index adf12052235..dcd18ba5f47 100644 --- a/meta-pkgs/XFree86/Makefile.common +++ b/meta-pkgs/XFree86/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.13 2004/07/21 23:49:36 xtraeme Exp $ +# $NetBSD: Makefile.common,v 1.14 2004/07/29 08:59:15 xtraeme Exp $ # # XBUILD_DIRS is the group of directories under ${WRKSRC} that will # be built in. @@ -238,8 +238,6 @@ do-install: done . endif -.endif # NO_XFREE86_TARGETS - +.endif # !defined(NO_XFREE86_TARGETS) .endif # !defined(XFREE86_ONLY_DIRS) || empty(XFREE86_ONLY_DIRS:M[Yy][Ee][Ss]) - .endif # !defined(XFREE86_MAKEFILE_COMMON) |