diff options
author | erwin <erwin@FreeBSD.org> | 2011-05-02 17:41:27 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2011-05-02 17:41:27 +0800 |
commit | 6b76a585d837d280843bbcbb5bb96373d9fe83a3 (patch) | |
tree | d52540cc624342e55f608172c8c2532080017c85 /editors | |
parent | dee619a8bd3d00be93f1f2e258c2e39153647bb4 (diff) | |
download | freebsd-ports-gnome-6b76a585d837d280843bbcbb5bb96373d9fe83a3.tar.gz freebsd-ports-gnome-6b76a585d837d280843bbcbb5bb96373d9fe83a3.tar.zst freebsd-ports-gnome-6b76a585d837d280843bbcbb5bb96373d9fe83a3.zip |
Let CATEGORIES be overwritten by slave ports (chinese/joe)
Diffstat (limited to 'editors')
-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 |