diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2015-08-12 00:07:21 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2015-08-12 00:07:21 +0000 |
commit | 7a75fbf95d7416a2fe40cde96269f0dd30f1a030 (patch) | |
tree | 15b2bac953c7a86bf40dbc3c52f4dbf13129f6b4 | |
parent | 073a5e5061f47907bd13864822b8c1e330d9cd16 (diff) | |
download | ports-7a75fbf95d7416a2fe40cde96269f0dd30f1a030.tar.gz ports-7a75fbf95d7416a2fe40cde96269f0dd30f1a030.zip |
Notes
-rw-r--r-- | mail/squirrelmail-plugins/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/mail/squirrelmail-plugins/Makefile b/mail/squirrelmail-plugins/Makefile index 338a1fbe3c9a..72fc6c0849de 100644 --- a/mail/squirrelmail-plugins/Makefile +++ b/mail/squirrelmail-plugins/Makefile @@ -5,15 +5,10 @@ PORTNAME= squirrelmail-plugins PORTVERSION= 1.0 PORTREVISION= 2 CATEGORIES= mail www -MASTER_SITES= # none -DISTFILES= # none MAINTAINER= ports@FreeBSD.org COMMENT= "meta-port" to install SquirrelMail plugins -NO_BUILD= yes -NO_MTREE= yes - SQUIRRELDIR?= ${PREFIX}/www/squirrelmail OPTIONS_DEFINE= BUTTONS CALENDAR LDAPPW LGAUTH LGNOTES MAILFT MLOGIN \ @@ -86,7 +81,6 @@ WEBSEARCH_RUN_DEPENDS= squirrelmail-web_search-plugin>0:${PORTSDIR}/mail/squirre WETTER_DESC= Weather in Germany plugin WETTER_RUN_DEPENDS= squirrelmail-wetteronline-plugin>0:${PORTSDIR}/mail/squirrelmail-wetteronline-plugin -do-install: build - @${DO_NADA} +USES= metaport .include <bsd.port.mk> |