diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2013-09-25 07:43:57 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2013-09-25 07:43:57 +0800 |
commit | 68ec4ceea26c9aa56e1889042f73058383e58cc2 (patch) | |
tree | 382820908d64ccf2be62f298b3bc3d64405a28ed /mail | |
parent | 417bcfce92f23a1f7a27743e0286545d44922d5a (diff) | |
download | freebsd-ports-gnome-68ec4ceea26c9aa56e1889042f73058383e58cc2.tar.gz freebsd-ports-gnome-68ec4ceea26c9aa56e1889042f73058383e58cc2.tar.zst freebsd-ports-gnome-68ec4ceea26c9aa56e1889042f73058383e58cc2.zip |
Support staging
Diffstat (limited to 'mail')
-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} |