mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
- Remove deprecated @dirrm
- Use option helper Approved by: portmgr blanket
This commit is contained in:
parent
b1d21a4c2e
commit
20e1fdab56
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=407382
@ -21,16 +21,12 @@ USE_SDL= sdl image mixer
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
post-extract:
|
||||
@${CHMOD} 755 ${WRKSRC}/missing
|
||||
@${RM} ${WRKSRC}/LICENSE
|
||||
|
||||
post-install:
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
post-install-DOCS-on:
|
||||
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/[A-Z][A-Z]* ${STAGEDIR}${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -159,10 +159,3 @@ bin/xlogical
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%%%DOCSDIR%%/TODO
|
||||
var/xlogical/xlogical.scores
|
||||
@dirrm var/xlogical
|
||||
@dirrmtry var
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
@dirrm %%DATADIR%%/images
|
||||
@dirrm %%DATADIR%%/music
|
||||
@dirrm %%DATADIR%%/sound
|
||||
@dirrm %%DATADIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user