diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-05-22 18:16:59 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-05-22 18:16:59 +0000 |
commit | ca4bc58ef33efe6ed98886207dd89983b9b86d18 (patch) | |
tree | 805597b0f2f971bd3945e977321bde1ec91d65ee /editors | |
parent | ca233f59b659411cf6e435bbb62bd9de85ffad04 (diff) | |
download | FreeBSD-ports-ca4bc58ef33efe6ed98886207dd89983b9b86d18.zip FreeBSD-ports-ca4bc58ef33efe6ed98886207dd89983b9b86d18.tar.gz |
Don't overwrite CATEGORIES in master ports. Use += instead, so slaves
would be able to insert their own entries (usually language category)
upfront.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/emacs20/Makefile | 2 | ||||
-rw-r--r-- | editors/joe-devel/Makefile | 2 | ||||
-rw-r--r-- | editors/joe/Makefile | 2 | ||||
-rw-r--r-- | editors/joe2/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/editors/emacs20/Makefile b/editors/emacs20/Makefile index 53610bd..984fd7d 100644 --- a/editors/emacs20/Makefile +++ b/editors/emacs20/Makefile @@ -7,7 +7,7 @@ PORTNAME= emacs PORTVERSION= 20.7 -CATEGORIES= editors ipv6 +CATEGORIES+= editors ipv6 MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= emacs diff --git a/editors/joe-devel/Makefile b/editors/joe-devel/Makefile index b19557d..d309251 100644 --- a/editors/joe-devel/Makefile +++ b/editors/joe-devel/Makefile @@ -8,7 +8,7 @@ PORTNAME= joe PORTVERSION= 2.8 PORTREVISION= 3 -CATEGORIES= editors +CATEGORIES+= editors MASTER_SITES= ftp://ftp.std.com/src/editors/ DISTNAME= ${PORTNAME}${PORTVERSION} EXTRACT_SUFX= .tar.Z diff --git a/editors/joe/Makefile b/editors/joe/Makefile index b19557d..d309251 100644 --- a/editors/joe/Makefile +++ b/editors/joe/Makefile @@ -8,7 +8,7 @@ PORTNAME= joe PORTVERSION= 2.8 PORTREVISION= 3 -CATEGORIES= editors +CATEGORIES+= editors MASTER_SITES= ftp://ftp.std.com/src/editors/ DISTNAME= ${PORTNAME}${PORTVERSION} EXTRACT_SUFX= .tar.Z diff --git a/editors/joe2/Makefile b/editors/joe2/Makefile index b19557d..d309251 100644 --- a/editors/joe2/Makefile +++ b/editors/joe2/Makefile @@ -8,7 +8,7 @@ PORTNAME= joe PORTVERSION= 2.8 PORTREVISION= 3 -CATEGORIES= editors +CATEGORIES+= editors MASTER_SITES= ftp://ftp.std.com/src/editors/ DISTNAME= ${PORTNAME}${PORTVERSION} EXTRACT_SUFX= .tar.Z |