diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2011-05-02 09:41:27 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2011-05-02 09:41:27 +0000 |
commit | e7703d82f567763cb3364f5bcd99d9daf401346c (patch) | |
tree | 35548588bbc594736aa435c2d32802c052486ba5 | |
parent | Remove duplicate words in comment. (diff) |
Let CATEGORIES be overwritten by slave ports (chinese/joe)
Notes
Notes:
svn path=/head/; revision=273469
-rw-r--r-- | editors/joe/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/joe/Makefile b/editors/joe/Makefile index 438c58684b44..28fd5f54ad61 100644 --- a/editors/joe/Makefile +++ b/editors/joe/Makefile @@ -8,7 +8,7 @@ PORTNAME= joe PORTVERSION= 3.7 PORTEPOCH= 1 -CATEGORIES= editors +CATEGORIES?= editors MASTER_SITES= SF/joe-editor/JOE%20sources/joe-${PORTVERSION} MAINTAINER= sylvio@FreeBSD.org |