diff options
author | Will Andrews <will@FreeBSD.org> | 2001-01-07 17:49:52 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-01-07 17:49:52 +0000 |
commit | e40046b15dfb9ad5c4dcaa8137ef304b829ea59b (patch) | |
tree | 608ae9c87b150f1e38d0af957c8f5103a8dacaab /devel/kelp | |
parent | cc2dc5fd2b0497078f0984b0b3a9123d7ede14e6 (diff) | |
download | ports-e40046b15dfb9ad5c4dcaa8137ef304b829ea59b.tar.gz ports-e40046b15dfb9ad5c4dcaa8137ef304b829ea59b.zip |
Notes
Diffstat (limited to 'devel/kelp')
-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: |