freebsd-ports/mail/squirrelmail-avelsieve-plugin/Makefile
Mathieu Arnold eabbfd75e3 ${RM} already has -f.
PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
2016-10-21 12:51:40 +00:00

17 lines
497 B
Makefile

# Created by: Neil Darlow <neil@darlow.co.uk>
# $FreeBSD$
PORTNAME= avelsieve
PORTVERSION= 1.9.9
CATEGORIES= mail www
MAINTAINER= ports@FreeBSD.org
COMMENT= SquirrelMail plugin for Server-Side Mail Filtering management
pre-install:
${RM} -R ${WRKSRC}/${SQUIRREL_PLUGIN_NAME}/po
${FIND} ${WRKSRC}/${SQUIRREL_PLUGIN_NAME} -type f \
\( -name '.cvsignore' -o -name '*.bak' -o -name '*.orig' \) -exec ${RM} {} \;
.include "${.CURDIR}/../squirrelmail/bsd.squirrelmail.mk"
.include <bsd.port.mk>