diff options
Diffstat (limited to 'databases/cassandra2/Makefile')
-rw-r--r-- | databases/cassandra2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/cassandra2/Makefile b/databases/cassandra2/Makefile index 104c54e76df5..a82b638954ca 100644 --- a/databases/cassandra2/Makefile +++ b/databases/cassandra2/Makefile @@ -75,7 +75,7 @@ post-patch: .endfor ${REINPLACE_CMD} -e 's|\`dirname \$$\0\`/..|${DATADIR}|' \ ${WRKSRC}/bin/cassandra.in.sh - ${RM} -f ${WRKSRC}/conf/*.orig + ${RM} ${WRKSRC}/conf/*.orig .if ${PORT_OPTIONS:MCQL} ${REINPLACE_CMD} -e 's|os.path.dirname(__file__)|"${DATADIR}/bin"|' \ ${WRKSRC}/bin/cqlsh |