diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-14 17:10:50 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-14 17:10:50 +0000 |
commit | 6eff5967a7a142fa7085178c8046e462a6f66e9e (patch) | |
tree | 6c280a5fa20df78f1d79b42076c806a8ecf36bc1 /editors/xemacs21 | |
parent | 5026928fbafd8ad18d16caeb55bf6f1af93df053 (diff) | |
download | ports-6eff5967a7a142fa7085178c8046e462a6f66e9e.tar.gz ports-6eff5967a7a142fa7085178c8046e462a6f66e9e.zip |
Tiny cosmetic fixes.
Assure master ports and their lang-specific slaves of having
consistent categories.
Notes
Notes:
svn path=/head/; revision=27531
Diffstat (limited to 'editors/xemacs21')
-rw-r--r-- | editors/xemacs21/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/xemacs21/Makefile b/editors/xemacs21/Makefile index eae405159686..f2751d543e70 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}/ \ |