mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Woops, forgot the post-install part
PR: ports/45953 Submitted by: Mark Linimon <linimon@lonesome.com>
This commit is contained in:
parent
f48a548e34
commit
090023c26f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=71576
1 changed files with 3 additions and 0 deletions
|
@ -22,5 +22,8 @@ post-patch:
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
@${MV} -f ${PREFIX}/bin/pybook.py ${PREFIX}/bin/pybook
|
@${MV} -f ${PREFIX}/bin/pybook.py ${PREFIX}/bin/pybook
|
||||||
|
${MKDIR} ${PREFIX}/share/pybook
|
||||||
|
${INSTALL_DATA} ${WRKSRC}/booklist ${PREFIX}/share/pybook/
|
||||||
|
${INSTALL_DATA} ${WRKSRC}/vimrc ${PREFIX}/share/pybook/
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue