diff options
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:: |