Fix plist
Reported by: pointyhat via kris
This commit is contained in:
parent
63e75df5a8
commit
cf5c3f74c6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=134522
2 changed files with 6 additions and 6 deletions
|
@ -19,14 +19,14 @@ GNU_CONFIGURE= yes
|
|||
USE_SDL= sdl
|
||||
|
||||
post-install:
|
||||
${MKDIR} ${PREFIX}/share/tempest
|
||||
@${MKDIR} ${PREFIX}/share/tempest
|
||||
.for S in forelise jonny fruehling saints oldmacdonald ungarian \
|
||||
godfather starwars tempest
|
||||
${INSTALL_DATA} ${WRKSRC}/songs/$S ${PREFIX}/share/tempest
|
||||
@${INSTALL_DATA} ${WRKSRC}/songs/$S ${PREFIX}/share/tempest
|
||||
.endfor
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${PREFIX}/share/doc/tempest
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/tempest
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
@${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -9,6 +9,6 @@ share/tempest/ungarian
|
|||
share/tempest/godfather
|
||||
share/tempest/starwars
|
||||
share/tempest/tempest
|
||||
@dirrm share/tempest
|
||||
%%DOCSDIR%%README
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
@dirrm share/tempest
|
||||
|
|
Loading…
Reference in a new issue