diff options
author | Ade Lovett <ade@FreeBSD.org> | 2001-01-24 16:03:49 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2001-01-24 16:03:49 +0000 |
commit | bf3d4efb9cb65638c714c55f5225b708b4dc49cd (patch) | |
tree | 499c288df07691177afd4f7b2acd3c9bc014a522 | |
parent | Update to 21.1.13, sync with editors/xemacs21. (diff) |
Allow CATEGORIES to be overriden by the respective japanese/* ports
(and others, should they ever be born)
Still don't understand why practically all of this can't be merged
into the main GNOME source tree, but hey ho.
Requsted by: knu
-rw-r--r-- | math/gnumeric/Makefile | 2 | ||||
-rw-r--r-- | math/gnumeric2/Makefile | 2 | ||||
-rw-r--r-- | x11/gnome-libs/Makefile | 2 | ||||
-rw-r--r-- | x11/gnomecore/Makefile | 2 | ||||
-rw-r--r-- | x11/gnomelibs/Makefile | 2 | ||||
-rw-r--r-- | x11/libgnome/Makefile | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile index 54334804a698..6d28843e5512 100644 --- a/math/gnumeric/Makefile +++ b/math/gnumeric/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnumeric PORTVERSION= 0.61 -CATEGORIES= math gnome +CATEGORIES?= math gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gnumeric diff --git a/math/gnumeric2/Makefile b/math/gnumeric2/Makefile index 54334804a698..6d28843e5512 100644 --- a/math/gnumeric2/Makefile +++ b/math/gnumeric2/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnumeric PORTVERSION= 0.61 -CATEGORIES= math gnome +CATEGORIES?= math gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gnumeric diff --git a/x11/gnome-libs/Makefile b/x11/gnome-libs/Makefile index de71c34f625e..d45b775cbf41 100644 --- a/x11/gnome-libs/Makefile +++ b/x11/gnome-libs/Makefile @@ -8,7 +8,7 @@ PORTNAME= gnomelibs PORTVERSION= 1.2.9 PORTREVISION= 1 -CATEGORIES= x11 gnome +CATEGORIES?= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gnome-libs DISTNAME= gnome-libs-${PORTVERSION} diff --git a/x11/gnomecore/Makefile b/x11/gnomecore/Makefile index d3a0140f90e3..a27150111c93 100644 --- a/x11/gnomecore/Makefile +++ b/x11/gnomecore/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnomecore PORTVERSION= 1.2.4 -CATEGORIES= x11 gnome +CATEGORIES?= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gnome-core DISTNAME= gnome-core-${PORTVERSION} diff --git a/x11/gnomelibs/Makefile b/x11/gnomelibs/Makefile index de71c34f625e..d45b775cbf41 100644 --- a/x11/gnomelibs/Makefile +++ b/x11/gnomelibs/Makefile @@ -8,7 +8,7 @@ PORTNAME= gnomelibs PORTVERSION= 1.2.9 PORTREVISION= 1 -CATEGORIES= x11 gnome +CATEGORIES?= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gnome-libs DISTNAME= gnome-libs-${PORTVERSION} diff --git a/x11/libgnome/Makefile b/x11/libgnome/Makefile index de71c34f625e..d45b775cbf41 100644 --- a/x11/libgnome/Makefile +++ b/x11/libgnome/Makefile @@ -8,7 +8,7 @@ PORTNAME= gnomelibs PORTVERSION= 1.2.9 PORTREVISION= 1 -CATEGORIES= x11 gnome +CATEGORIES?= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gnome-libs DISTNAME= gnome-libs-${PORTVERSION} |