diff options
Diffstat (limited to 'www/xpi-server_spy/Makefile')
-rw-r--r-- | www/xpi-server_spy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/xpi-server_spy/Makefile b/www/xpi-server_spy/Makefile index dffaa9379cb7..6642d48d8e7f 100644 --- a/www/xpi-server_spy/Makefile +++ b/www/xpi-server_spy/Makefile @@ -19,7 +19,7 @@ post-patch: ${WRKSRC}/install.rdf pre-install: - @${RM} -f ${WRKSRC}/install.rdf.bak + @${RM} ${WRKSRC}/install.rdf.bak .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include <bsd.port.mk> |