Fix a typo.

This commit is contained in:
Hiroki Sato 2008-11-16 13:58:46 +00:00
parent 3229613c6b
commit f292361a28
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=222925

View file

@ -31,7 +31,7 @@ post-install:
${MKDIR} ${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
.endif
.if !deinfed(NOPORTEXAMPLES}
.if !defined(NOPORTEXAMPLES)
${MKDIR} ${EXAMPLESDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTEXAMPLES} ${EXAMPLESDIR}
.endif