mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
Fix plist with -DNOPORT*.
Prompted by: QAT QA run Approved by: maintainer timeout on QATMail
This commit is contained in:
parent
728240acb7
commit
e98325e5bc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=231812
@ -23,10 +23,12 @@ GNU_CONFIGURE= yes
|
||||
|
||||
post-extract:
|
||||
${CHMOD} 755 ${WRKSRC}/missing
|
||||
${RM} ${WRKSRC}/LICENSE
|
||||
|
||||
post-install:
|
||||
.ifndef NOPORTDOCS
|
||||
${MKDIR} ${DOCSDIR}
|
||||
${RM} ${WRKSRC}/LICENSE
|
||||
${CP} ${WRKSRC}/[A-Z][A-Z]* ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -161,7 +161,7 @@ bin/xlogical
|
||||
var/xlogical/xlogical.scores
|
||||
@dirrm var/xlogical
|
||||
@dirrmtry var
|
||||
@dirrm %%PORTDOCS%%%%DOCSDIR%%
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
@dirrm %%DATADIR%%/images
|
||||
@dirrm %%DATADIR%%/music
|
||||
@dirrm %%DATADIR%%/sound
|
||||
|
Loading…
Reference in New Issue
Block a user