diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2013-12-08 16:53:57 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2013-12-08 16:53:57 +0000 |
commit | c61905043e9ff73d46dbeb97a6d9703de99d4600 (patch) | |
tree | a10c7c003855b79bd2d28f4f3d9dbed60cc28f4f /mail/squirrelmail-compatibility-plugin | |
parent | d18a180211dda12cd188400e0543bc92af46cf65 (diff) | |
download | ports-c61905043e9ff73d46dbeb97a6d9703de99d4600.tar.gz ports-c61905043e9ff73d46dbeb97a6d9703de99d4600.zip |
Notes
Diffstat (limited to 'mail/squirrelmail-compatibility-plugin')
-rw-r--r-- | mail/squirrelmail-compatibility-plugin/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/mail/squirrelmail-compatibility-plugin/Makefile b/mail/squirrelmail-compatibility-plugin/Makefile index 952b40888c00..f68d21f844c9 100644 --- a/mail/squirrelmail-compatibility-plugin/Makefile +++ b/mail/squirrelmail-compatibility-plugin/Makefile @@ -14,8 +14,10 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Required by many plugins for compatibility with SquirrelMail USES= perl5 -USE_PERL5= run +USE_PERL5= install NO_STAGE= yes + +.include <bsd.port.pre.mk> .include "${.CURDIR}/../squirrelmail/bsd.squirrelmail.mk" -.include <bsd.port.mk> +.include <bsd.port.post.mk> |