svn commit: r393988 - head/mail/squirrelmail-plugins

Philip M. Gollucci pgollucci at FreeBSD.org
Wed Aug 12 00:07:22 UTC 2015


Author: pgollucci
Date: Wed Aug 12 00:07:21 2015
New Revision: 393988
URL: https://svnweb.freebsd.org/changeset/ports/393988

Log:
  mail/squirrelmail-plugins: convert to USES=metaport
  
  PR:                  201625
  Submitted by:        s3erios at gmail.com

Modified:
  head/mail/squirrelmail-plugins/Makefile

Modified: head/mail/squirrelmail-plugins/Makefile
==============================================================================
--- head/mail/squirrelmail-plugins/Makefile	Wed Aug 12 00:07:16 2015	(r393987)
+++ head/mail/squirrelmail-plugins/Makefile	Wed Aug 12 00:07:21 2015	(r393988)
@@ -5,15 +5,10 @@ PORTNAME=	squirrelmail-plugins
 PORTVERSION=	1.0
 PORTREVISION=	2
 CATEGORIES=	mail www
-MASTER_SITES=	# none
-DISTFILES=	# none
 
 MAINTAINER=	ports at 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_
 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>


More information about the svn-ports-all mailing list