diff options
Diffstat (limited to 'www/xpi-jslib/Makefile')
-rw-r--r-- | www/xpi-jslib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/xpi-jslib/Makefile b/www/xpi-jslib/Makefile index 667ef88d6431..979c5e0250ef 100644 --- a/www/xpi-jslib/Makefile +++ b/www/xpi-jslib/Makefile @@ -20,7 +20,7 @@ XPI_DIRS= chrome/jsliblive chrome components defaults/preferences defaults post-patch: ${REINPLACE_CMD} -Ee '/Suite/,/Flock/s/>2[.]0[.][*]</>2.4.*</' ${WRKSRC}/install.rdf - ${RM} -f ${WRKSRC}/install.rdf.bak + ${RM} ${WRKSRC}/install.rdf.bak .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include <bsd.port.mk> |