diff options
author | Dima Dorfman <dd@FreeBSD.org> | 2002-11-03 06:30:14 +0000 |
---|---|---|
committer | Dima Dorfman <dd@FreeBSD.org> | 2002-11-03 06:30:14 +0000 |
commit | 2c2569cefb86203c71c56c3d4fab4b8d39182e68 (patch) | |
tree | 41d17bdc42ce8a086edc1901bcdc8881ce394897 | |
parent | Add mips-rtems-gdb (diff) |
Conditionalize MAINTAINER for the benefit of slave ports.
-rw-r--r-- | net/dictd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dictd/Makefile b/net/dictd/Makefile index 64a80d36fc5b..af7112b196d3 100644 --- a/net/dictd/Makefile +++ b/net/dictd/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= ftp://ftp.dict.org/pub/dict/ \ ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= dict -MAINTAINER= dd@FreeBSD.org +MAINTAINER?= dd@FreeBSD.org MAN1= dictzip.1 MAN8= dictd.8 |