diff options
author | knu <knu@FreeBSD.org> | 2000-04-15 01:10:50 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-04-15 01:10:50 +0800 |
commit | 21ba27ec7574cb3e0352707fb2c64c72516b67a8 (patch) | |
tree | 9054a130128890670cf5077a104b85283866ac7b /editors | |
parent | 69f007b53e364d62f0f03e0584a2e43373371ac5 (diff) | |
download | freebsd-ports-graphics-21ba27ec7574cb3e0352707fb2c64c72516b67a8.tar.gz freebsd-ports-graphics-21ba27ec7574cb3e0352707fb2c64c72516b67a8.tar.zst freebsd-ports-graphics-21ba27ec7574cb3e0352707fb2c64c72516b67a8.zip |
Tiny cosmetic fixes.
Assure master ports and their lang-specific slaves of having
consistent categories.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/xemacs-devel/Makefile | 2 | ||||
-rw-r--r-- | editors/xemacs/Makefile | 2 | ||||
-rw-r--r-- | editors/xemacs21/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/editors/xemacs-devel/Makefile b/editors/xemacs-devel/Makefile index eae40515968..f2751d543e7 100644 --- a/editors/xemacs-devel/Makefile +++ b/editors/xemacs-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= xemacs PORTVERSION= ${XEMACS_VER} -CATEGORIES?= editors +CATEGORIES+= editors MASTER_SITES= \ ftp://ftp.xemacs.org/pub/xemacs/xemacs-${XEMACS_REL}/ \ ftp://ftp.mpi-sb.mpg.de/pub/gnu/mirror/ftp.xemacs.org/xemacs/xemacs-${XEMACS_REL}/ \ diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile index eae40515968..f2751d543e7 100644 --- a/editors/xemacs/Makefile +++ b/editors/xemacs/Makefile @@ -7,7 +7,7 @@ PORTNAME= xemacs PORTVERSION= ${XEMACS_VER} -CATEGORIES?= editors +CATEGORIES+= editors MASTER_SITES= \ ftp://ftp.xemacs.org/pub/xemacs/xemacs-${XEMACS_REL}/ \ ftp://ftp.mpi-sb.mpg.de/pub/gnu/mirror/ftp.xemacs.org/xemacs/xemacs-${XEMACS_REL}/ \ diff --git a/editors/xemacs21/Makefile b/editors/xemacs21/Makefile index eae40515968..f2751d543e7 100644 --- a/editors/xemacs21/Makefile +++ b/editors/xemacs21/Makefile @@ -7,7 +7,7 @@ PORTNAME= xemacs PORTVERSION= ${XEMACS_VER} -CATEGORIES?= editors +CATEGORIES+= editors MASTER_SITES= \ ftp://ftp.xemacs.org/pub/xemacs/xemacs-${XEMACS_REL}/ \ ftp://ftp.mpi-sb.mpg.de/pub/gnu/mirror/ftp.xemacs.org/xemacs/xemacs-${XEMACS_REL}/ \ |