mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Mark IGNORE if NOPORTDOCS is defined since this port cosist only of docs.
This commit is contained in:
parent
33be154cdc
commit
00f056e77c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=197655
1 changed files with 4 additions and 0 deletions
|
@ -24,6 +24,10 @@ PORTDOCS= *
|
|||
SUB_FILES= pkg-message
|
||||
PKGMESSAGE= ${WRKDIR}/pkg-message
|
||||
|
||||
.ifdef NOPORTDOCS
|
||||
IGNORE= this port is only documentation, please undefine NOPORTDOCS and try again
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
@${ECHO_MSG} -n ">> Creating directory ${DOCSDIR}..."
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
|
|
Loading…
Add table
Reference in a new issue