pkgsrc-wip -- http://pkgsrc.org/wip/
/
pkgsrc-wip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82dac8e
)
exabgp4: Replace ${CP} with ${INSTALL_DATA}
author
Jørn Åne de Jong
<jorn.dejong@uninett.no>
Sat, 30 Jan 2021 00:23:06 +0000
(
01:23
+0100)
committer
Jørn Åne de Jong
<jorn.dejong@uninett.no>
Sat, 30 Jan 2021 00:23:20 +0000
(
01:23
+0100)
exabgp4/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/exabgp4/Makefile
b/exabgp4/Makefile
index ef8a1f4dce050b79228aa465a2ab115d9934bb03..9fc5700c5e42d4ecc9cf2f7888a51a5a7d8d0439 100644
(file)
--- a/
exabgp4/Makefile
+++ b/
exabgp4/Makefile
@@
-80,7
+80,7
@@
post-install:
${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
${INSTALL_MAN} ${WRKSRC}/doc/man/exabgp.conf.5 \
${DESTDIR}${PREFIX}/${PKGMANDIR}/man5
- ${
CP
} ${FILESDIR}/exabgp.env ${DESTDIR}${PREFIX}/share/examples/exabgp/
+ ${
INSTALL_DATA
} ${FILESDIR}/exabgp.env ${DESTDIR}${PREFIX}/share/examples/exabgp/
.include "../../lang/python/distutils.mk"
.include "../../lang/python/application.mk"