mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00: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
@ -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…
Reference in New Issue
Block a user