aboutsummaryrefslogtreecommitdiff
path: root/mail/squirrelmail-plugins
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2015-08-12 00:07:21 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2015-08-12 00:07:21 +0000
commit7a75fbf95d7416a2fe40cde96269f0dd30f1a030 (patch)
tree15b2bac953c7a86bf40dbc3c52f4dbf13129f6b4 /mail/squirrelmail-plugins
parent073a5e5061f47907bd13864822b8c1e330d9cd16 (diff)
downloadports-7a75fbf95d7416a2fe40cde96269f0dd30f1a030.tar.gz
ports-7a75fbf95d7416a2fe40cde96269f0dd30f1a030.zip
mail/squirrelmail-plugins: convert to USES=metaport
PR: 201625 Submitted by: s3erios@gmail.com
Notes
Notes: svn path=/head/; revision=393988
Diffstat (limited to 'mail/squirrelmail-plugins')
-rw-r--r--mail/squirrelmail-plugins/Makefile8
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>