diff options
Diffstat (limited to 'emulators/bsvc/Makefile')
-rw-r--r-- | emulators/bsvc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/bsvc/Makefile b/emulators/bsvc/Makefile index ab991a755811..e76ae1e0fdab 100644 --- a/emulators/bsvc/Makefile +++ b/emulators/bsvc/Makefile @@ -34,6 +34,6 @@ post-patch: s/strstream\.h/strstream/; \ s/fstream\.h/fstream/' \{\} \; @${FIND} ${WRKSRC} -name Makefile -exec \ - ${REINPLACE_CMD} -e 's/make/$(MAKE)/' \{\} \; + ${REINPLACE_CMD} -e 's/make/${MAKE}/' \{\} \; .include <bsd.port.mk> |