diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-09-24 23:43:57 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-09-24 23:43:57 +0000 |
commit | 452e3667aa554e195fea4e887dbf57fa652c7948 (patch) | |
tree | 382820908d64ccf2be62f298b3bc3d64405a28ed /mail/squirrelmail-plugins/Makefile | |
parent | 345a73fa0999898efac3011e3b03faa53749c3d5 (diff) | |
download | ports-452e3667aa554e195fea4e887dbf57fa652c7948.tar.gz ports-452e3667aa554e195fea4e887dbf57fa652c7948.zip |
Notes
Diffstat (limited to 'mail/squirrelmail-plugins/Makefile')
-rw-r--r-- | mail/squirrelmail-plugins/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/squirrelmail-plugins/Makefile b/mail/squirrelmail-plugins/Makefile index f8f8ffd22a17..a3fb50b1c545 100644 --- a/mail/squirrelmail-plugins/Makefile +++ b/mail/squirrelmail-plugins/Makefile @@ -12,6 +12,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A "meta-port" to install SquirrelMail plugins NO_BUILD= yes +NO_MTREE= yes .ifdef SQUIRRELDIR PLIST_SUB+= SQUIRRELDIR=${SQUIRRELDIR} @@ -55,7 +56,6 @@ VLOGIN_DESC= Multi-site-hosting capabilities plugin WEBSRCH_DESC= Web search engines plugin WETTER_DESC= Weather in Germany plugin -NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MSIEVE} |