diff options
author | ade <ade@FreeBSD.org> | 2001-01-25 00:03:49 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2001-01-25 00:03:49 +0800 |
commit | c1620ae890ca816cebec45869bac2a587200e3ea (patch) | |
tree | 5fc2906e0280fa367fb34324f177512c5f3cd202 | |
parent | 5840092fed61aba5102d9169daa325ae4d250806 (diff) | |
download | freebsd-ports-gnome-c1620ae890ca816cebec45869bac2a587200e3ea.tar.gz freebsd-ports-gnome-c1620ae890ca816cebec45869bac2a587200e3ea.tar.zst freebsd-ports-gnome-c1620ae890ca816cebec45869bac2a587200e3ea.zip |
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} |