Fix install
Reported by: bento
This commit is contained in:
parent
bda8e9b3d4
commit
8d75c0051c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=52904
2 changed files with 2 additions and 0 deletions
|
@ -41,6 +41,7 @@ pre-patch:
|
|||
@${PERL} -pi -e 's|/usr/share|${PREFIX}|g' ${WRKSRC}/xsidplay.1
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${PREFIX}/share/pixmaps
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/src/xsidplay ${PREFIX}/bin
|
||||
@${INSTALL_DATA} ${WRKSRC}/xsidplay.xpm ${PREFIX}/share/pixmaps
|
||||
@${INSTALL_MAN} ${WRKSRC}/xsidplay.1 ${MANPREFIX}/man/man1
|
||||
|
|
|
@ -26,3 +26,4 @@ share/pixmaps/xsidplay.xpm
|
|||
%%PORTDOCS%%share/examples/xsidplay/Zybernix.sid
|
||||
%%PORTDOCS%%@dirrm share/examples/xsidplay
|
||||
%%PORTDOCS%%@dirrm share/doc/xsidplay
|
||||
@unexec rmdir %D/share/pixmaps 2>/dev/null || true
|
||||
|
|
Loading…
Reference in a new issue