diff options
author | ade <ade@FreeBSD.org> | 2001-01-24 16:03:49 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2001-01-24 16:03:49 +0000 |
commit | c1620ae890ca816cebec45869bac2a587200e3ea (patch) | |
tree | 5fc2906e0280fa367fb34324f177512c5f3cd202 /math | |
parent | 5840092fed61aba5102d9169daa325ae4d250806 (diff) | |
download | FreeBSD-ports-c1620ae890ca816cebec45869bac2a587200e3ea.zip FreeBSD-ports-c1620ae890ca816cebec45869bac2a587200e3ea.tar.gz |
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
Diffstat (limited to 'math')
-rw-r--r-- | math/gnumeric/Makefile | 2 | ||||
-rw-r--r-- | math/gnumeric2/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile index 5433480..6d28843 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 5433480..6d28843 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 |