diff options
Diffstat (limited to 'mail/squirrelmail-avelsieve-plugin/Makefile')
-rw-r--r-- | mail/squirrelmail-avelsieve-plugin/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/mail/squirrelmail-avelsieve-plugin/Makefile b/mail/squirrelmail-avelsieve-plugin/Makefile index 1ccecbc11cea..8532af9a34e7 100644 --- a/mail/squirrelmail-avelsieve-plugin/Makefile +++ b/mail/squirrelmail-avelsieve-plugin/Makefile @@ -4,20 +4,17 @@ PORTNAME= avelsieve PORTVERSION= 1.9.7 PORTREVISION= 2 -DIST_SUBDIR= squirrelmail MAINTAINER= neil@darlow.co.uk COMMENT= SquirrelMail plugin for Server-Side Mail Filtering management -USES= perl5 -USE_PERL5= run - NO_STAGE= yes -.include "${.CURDIR}/../squirrelmail/bsd.squirrelmail.mk" pre-install: ${RM} -Rf ${WRKSRC}/${SQUIRREL_PLUGIN_NAME}/po ${FIND} ${WRKSRC}/${SQUIRREL_PLUGIN_NAME} -type f \ \( -name '.cvsignore' -o -name '*.bak' -o -name '*.orig' \) -exec ${RM} {} \; -.include <bsd.port.mk> +.include <bsd.port.pre.mk> +.include "${.CURDIR}/../squirrelmail/bsd.squirrelmail.mk" +.include <bsd.port.post.mk> |