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 /mail | |
parent | 69f007b53e364d62f0f03e0584a2e43373371ac5 (diff) | |
download | freebsd-ports-gnome-21ba27ec7574cb3e0352707fb2c64c72516b67a8.tar.gz freebsd-ports-gnome-21ba27ec7574cb3e0352707fb2c64c72516b67a8.tar.zst freebsd-ports-gnome-21ba27ec7574cb3e0352707fb2c64c72516b67a8.zip |
Tiny cosmetic fixes.
Assure master ports and their lang-specific slaves of having
consistent categories.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/exmh2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/exmh2/Makefile b/mail/exmh2/Makefile index ac6994e636d1..c7c18df3f9e8 100644 --- a/mail/exmh2/Makefile +++ b/mail/exmh2/Makefile @@ -5,10 +5,10 @@ # $FreeBSD$ # -# "?=" lines are for sharing this Makefile with japanese/exmh2. +# "+=" and "?=" lines are for sharing this Makefile with japanese/exmh2. PORTNAME= exmh PORTVERSION= 2.1.1 -CATEGORIES?= mail tk82 +CATEGORIES+= mail tk82 MASTER_SITES= ftp://ftp.scriptics.com/pub/tcl/exmh/ MAINTAINER?= markm@FreeBSD.org @@ -33,7 +33,7 @@ RUN_DEPENDS+= repl:${PORTSDIR}/japanese/mh RUN_DEPENDS+= repl:${PORTSDIR}/mail/mh .else RUN_DEPENDS+= repl:${PORTSDIR}/mail/nmh -SCRIPT_ENV+= USE_NMH=YES +SCRIPTS_ENV+= USE_NMH=YES .endif .endif |