Mark IGNORE if NOPORTDOCS is defined since this port cosist only of docs.

This commit is contained in:
Ion-Mihai Tetcu
2007-08-14 12:20:38 +00:00
parent 33be154cdc
commit 00f056e77c

View File

@@ -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}