diff options
Diffstat (limited to 'mail/squirrelmail-change_sqlpass-plugin/Makefile')
-rw-r--r-- | mail/squirrelmail-change_sqlpass-plugin/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/squirrelmail-change_sqlpass-plugin/Makefile b/mail/squirrelmail-change_sqlpass-plugin/Makefile index 0d37b0840e1e..df085a50dbf8 100644 --- a/mail/squirrelmail-change_sqlpass-plugin/Makefile +++ b/mail/squirrelmail-change_sqlpass-plugin/Makefile @@ -5,7 +5,6 @@ PORTNAME= change-sqlpass PORTVERSION= 3.3 PORTREVISION= 1 DISTNAME= ${PORTNAME:S/-/_/}-${PORTVERSION}-1.2 -DIST_SUBDIR= squirrelmail MAINTAINER= itetcu@FreeBSD.org COMMENT= Allows users to change their passwords stored in a SQL database @@ -17,5 +16,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/pear/DB.php:${PORTSDIR}/databases/pear-DB SQUIRREL_PLUGIN_NAME= ${PORTNAME:S/-/_/} NO_STAGE= yes + +.include <bsd.port.pre.mk> .include "${.CURDIR}/../squirrelmail/bsd.squirrelmail.mk" -.include <bsd.port.mk> +.include <bsd.port.post.mk> |