diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-07-30 11:24:38 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-07-30 11:24:38 +0000 |
commit | dbbd6e4e36f4723ad22ae6f908dc12dc9a3a48be (patch) | |
tree | 6935d7889837b391d4f77710794962452d43ee88 /misc/xorg-dirs/Makefile | |
parent | caf0afe1cc3ec9e26f288e8c0c704588d4d127a5 (diff) | |
download | pkgsrc-dbbd6e4e36f4723ad22ae6f908dc12dc9a3a48be.tar.gz |
<x11>/Makefile.common should be included before dirs.mk to have
X11ROOT defined! (hi jmmv).
Bump version to 1.1, both XFree86-dirs and xorg-dirs.
Diffstat (limited to 'misc/xorg-dirs/Makefile')
-rw-r--r-- | misc/xorg-dirs/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/xorg-dirs/Makefile b/misc/xorg-dirs/Makefile index 7dafb507473..f5a7da960ae 100644 --- a/misc/xorg-dirs/Makefile +++ b/misc/xorg-dirs/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/07/29 07:26:03 xtraeme Exp $ +# $NetBSD: Makefile,v 1.2 2004/07/30 11:24:38 xtraeme Exp $ # -DISTNAME= xorg-dirs-1.0 +DISTNAME= xorg-dirs-1.1 CATEGORIES= misc MASTER_SITES= # empty DISTFILES= # empty @@ -20,6 +20,7 @@ USE_PKGINSTALL= yes WRKSRC= ${WRKDIR} XORG_ONLY_DIRS= # defined +.include "../../meta-pkgs/xorg/Makefile.common" .include "../../mk/bsd.prefs.mk" .include "dirs.mk" |