diff options
-rw-r--r-- | doc/CHANGES | 4 | ||||
-rw-r--r-- | misc/XFree86-dirs/Makefile | 5 | ||||
-rw-r--r-- | misc/XFree86-dirs/dirs.mk | 3 | ||||
-rw-r--r-- | misc/xorg-dirs/Makefile | 5 | ||||
-rw-r--r-- | misc/xorg-dirs/dirs.mk | 3 |
5 files changed, 11 insertions, 9 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 2116012314d..7d6949bdff0 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.6731 2004/07/30 05:23:37 minskim Exp $ +$NetBSD: CHANGES,v 1.6732 2004/07/30 11:24:38 xtraeme Exp $ Changes to the packages collection and infrastructure in 2004: @@ -3646,3 +3646,5 @@ Changes to the packages collection and infrastructure in 2004: Updated uvscan to 4.24.1 [wiz 2004-07-29] Added m1-0.7.4c [wiz 2004-07-29] Updated alee-ttf to 0.4 [minskim 2004-07-30] + Updated XFree86-dirs to 1.1 [xtraeme 2004-07-30] + Updated xorg-dirs to 1.1 [xtraeme 2004-07-30] diff --git a/misc/XFree86-dirs/Makefile b/misc/XFree86-dirs/Makefile index c435465516f..b4ae7de2b71 100644 --- a/misc/XFree86-dirs/Makefile +++ b/misc/XFree86-dirs/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2004/04/19 21:53:06 xtraeme Exp $ +# $NetBSD: Makefile,v 1.5 2004/07/30 11:24:38 xtraeme Exp $ # -DISTNAME= XFree86-dirs-1.0 +DISTNAME= XFree86-dirs-1.1 CATEGORIES= misc MASTER_SITES= # empty DISTFILES= # empty @@ -20,6 +20,7 @@ USE_PKGINSTALL= yes WRKSRC= ${WRKDIR} XFREE86_ONLY_DIRS= # defined +.include "../../meta-pkgs/XFree86/Makefile.common" .include "../../mk/bsd.prefs.mk" .include "dirs.mk" diff --git a/misc/XFree86-dirs/dirs.mk b/misc/XFree86-dirs/dirs.mk index 89b6d3c42f1..de59d955b11 100644 --- a/misc/XFree86-dirs/dirs.mk +++ b/misc/XFree86-dirs/dirs.mk @@ -1,4 +1,4 @@ -# $NetBSD: dirs.mk,v 1.2 2004/04/17 11:10:53 jmmv Exp $ +# $NetBSD: dirs.mk,v 1.3 2004/07/30 11:24:38 xtraeme Exp $ # .if !defined(DIRS_XFREE86_MK) @@ -6,7 +6,6 @@ DIRS_XFREE86_MK= # defined oldval:= ${XFREE86_ONLY_DIRS} XFREE86_ONLY_DIRS:= YES -.include "../../meta-pkgs/XFree86/Makefile.common" XFREE86_ONLY_DIRS:= ${oldval} .undef oldval 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" diff --git a/misc/xorg-dirs/dirs.mk b/misc/xorg-dirs/dirs.mk index a3766c1effb..3fa273db6c4 100644 --- a/misc/xorg-dirs/dirs.mk +++ b/misc/xorg-dirs/dirs.mk @@ -1,4 +1,4 @@ -# $NetBSD: dirs.mk,v 1.1.1.1 2004/07/29 07:26:03 xtraeme Exp $ +# $NetBSD: dirs.mk,v 1.2 2004/07/30 11:24:38 xtraeme Exp $ # .if !defined(DIRS_XORG_MK) @@ -6,7 +6,6 @@ DIRS_XORG_MK= # defined oldval:= ${XORG_ONLY_DIRS} XORG_ONLY_DIRS:= YES -.include "../../meta-pkgs/xorg/Makefile.common" XORG_ONLY_DIRS:= ${oldval} .undef oldval |