diff options
Diffstat (limited to 'devel/kelp/Makefile')
-rw-r--r-- | devel/kelp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/kelp/Makefile b/devel/kelp/Makefile index 2ecea9ccc7cd..65ec22424730 100644 --- a/devel/kelp/Makefile +++ b/devel/kelp/Makefile @@ -29,8 +29,8 @@ INST_DIST= bin dgrid doc dock examples include kelp lib mp++ tools INST_KELP_HOME= ${LOCALBASE}/kelp post-patch: - @${PERL} -pi -e 's,API2,./API2,' ${WRKSRC}/examples/API/makefile - @${PERL} -pi -e 's,API3,./API3,' ${WRKSRC}/examples/API/makefile + @${PERL} -pi -e 's,API2,./API2, ; \ + s,API3,./API3,' ${WRKSRC}/examples/API/makefile @${PERL} -pi -e 's,%LOCALBASE%,${LOCALBASE},' ${WRKSRC}/configure do-install: |