diff options
author | itetcu <itetcu@FreeBSD.org> | 2007-06-18 23:23:49 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2007-06-18 23:23:49 +0800 |
commit | 25316b8ee0d432d51c9d9236e2e38c09139506a9 (patch) | |
tree | 5720dcc005e3c7c34414e363789ea63d770e44a6 /databases/mantis | |
parent | 823934351445a4b96ec43e1051222030640fa3ac (diff) | |
download | freebsd-ports-gnome-25316b8ee0d432d51c9d9236e2e38c09139506a9.tar.gz freebsd-ports-gnome-25316b8ee0d432d51c9d9236e2e38c09139506a9.tar.zst freebsd-ports-gnome-25316b8ee0d432d51c9d9236e2e38c09139506a9.zip |
Fix typo.
Submitted by: sat@
Diffstat (limited to 'databases/mantis')
-rw-r--r-- | databases/mantis/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/mantis/Makefile b/databases/mantis/Makefile index 882f1e0d9690..cf2bd159a1b3 100644 --- a/databases/mantis/Makefile +++ b/databases/mantis/Makefile @@ -24,8 +24,8 @@ SUB_FILES= pkg-message PLIST_SUB+= WWWDIR_REL=${WWWDIR_REL} .ifdef(MANTISDIR) -WWWDIR= ${MATISDIR} -DMSG= "Usage of MATISDIR is depreciated and will be dropped in future versions, please use WWWDIR instead." +WWWDIR= ${MANTISDIR} +DMSG= "Usage of MANTISDIR is depreciated and will be dropped in future versions, please use WWWDIR instead." .endif pre-everything:: |