diff options
author | Wen Heping <wen@FreeBSD.org> | 2010-04-17 08:14:01 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2010-04-17 08:14:01 +0000 |
commit | c1a449a4ead7894a26927210431f74bd1c7e56c4 (patch) | |
tree | 3f38c5d37d50eafc62a0250ce39425f5054a927d /databases/mantis/Makefile | |
parent | 80ae68416e285c8e39981e1794dda2e91ed413a5 (diff) | |
download | ports-c1a449a4ead7894a26927210431f74bd1c7e56c4.tar.gz ports-c1a449a4ead7894a26927210431f74bd1c7e56c4.zip |
Notes
Diffstat (limited to 'databases/mantis/Makefile')
-rw-r--r-- | databases/mantis/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/databases/mantis/Makefile b/databases/mantis/Makefile index 615c04ba26da..bce7fe304524 100644 --- a/databases/mantis/Makefile +++ b/databases/mantis/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mantis -PORTVERSION= 1.1.8 +PORTVERSION= 1.2.0 CATEGORIES= databases www MASTER_SITES= SF/${PORTNAME}bt/${PORTNAME}-stable/${PORTVERSION} DISTNAME= mantisbt-${PORTVERSION} @@ -20,13 +20,6 @@ USE_PHP= pcre SUB_FILES= pkg-message -PLIST_SUB+= WWWDIR_REL=${WWWDIR_REL} - -.ifdef(MANTISDIR) -WWWDIR= ${MANTISDIR} -DMSG= "Usage of MANTISDIR is depreciated and will be dropped in future versions, please use WWWDIR instead." -.endif - pre-everything:: @${ECHO_CMD} ${DMSG} |