diff options
author | marcus <marcus@FreeBSD.org> | 2003-11-02 12:02:07 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-11-02 12:02:07 +0800 |
commit | 53d0040f8d86adfda6adba2eccaeadd6f8ae1b0f (patch) | |
tree | 410e1b8986d596119e3b49ead4b0db7a9d00f428 /www | |
parent | a28d320f66815fada8497017796e7888aa240389 (diff) | |
download | freebsd-ports-gnome-53d0040f8d86adfda6adba2eccaeadd6f8ae1b0f.tar.gz freebsd-ports-gnome-53d0040f8d86adfda6adba2eccaeadd6f8ae1b0f.tar.zst freebsd-ports-gnome-53d0040f8d86adfda6adba2eccaeadd6f8ae1b0f.zip |
Fix issues with CATEGORIES not listing the enclosing directory as the
primary category.
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
Diffstat (limited to 'www')
-rw-r--r-- | www/tdiary-devel/Makefile | 2 | ||||
-rw-r--r-- | www/tdiary/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www/tdiary-devel/Makefile b/www/tdiary-devel/Makefile index 18f16a9aeb01..719715532f90 100644 --- a/www/tdiary-devel/Makefile +++ b/www/tdiary-devel/Makefile @@ -8,7 +8,7 @@ PORTNAME= tdiary PORTVERSION= 1.5.5 #PORTREVISION= 0 -CATEGORIES= www ruby +CATEGORIES?= www ruby MASTER_SITES= \ ${MASTER_SITE_SOURCEFORGE} \ http://www.tdiary.org/download/ diff --git a/www/tdiary/Makefile b/www/tdiary/Makefile index 18f16a9aeb01..719715532f90 100644 --- a/www/tdiary/Makefile +++ b/www/tdiary/Makefile @@ -8,7 +8,7 @@ PORTNAME= tdiary PORTVERSION= 1.5.5 #PORTREVISION= 0 -CATEGORIES= www ruby +CATEGORIES?= www ruby MASTER_SITES= \ ${MASTER_SITE_SOURCEFORGE} \ http://www.tdiary.org/download/ |