d4791b7760
Do not install meta data (META-INF) since its not needed allow for xpi-post-extract to still work in xpi-* ports o fix pkg-plist o fix XPI_DIRS, XPI_FILES o Bump PORTREVISION o s/post-extract/xpi-post-extract/ PR: ports/150327 Submitted by: Lapo Luchini <lapo@lapo.it>, tweaked by myself Approved by: maintainer timeout (miwi) Tested by: P6 TB Run, RideCharge Inc. / Taximagic TB Run
23 lines
479 B
Makefile
23 lines
479 B
Makefile
# New ports collection makefile for: xpi-unplug
|
|
# Date created: 2006/05/06
|
|
# Whom: chinsan <chinsan.tw@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= unplug
|
|
DISTVERSION= 1.6.06
|
|
DISTVERSIONSUFFIX= -fx
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
COMMENT= Converts embedded media to html links
|
|
|
|
XPI_ID= unplug@compunach
|
|
XPI_NUM= 2254
|
|
|
|
xpi-post-extract:
|
|
${FIND} ${WRKSRC} -type d -name CVS|${XARGS} ${RM} -rf
|
|
|
|
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
|
|
.include <bsd.port.mk>
|