summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
Diffstat (limited to 'archivers')
-rw-r--r--archivers/szip/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/szip/Makefile b/archivers/szip/Makefile
index d5182cc41864..ee9f523688e8 100644
--- a/archivers/szip/Makefile
+++ b/archivers/szip/Makefile
@@ -22,7 +22,7 @@ do-build:
do-install:
${INSTALL_PROGRAM} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin
-.ifndef (NOPORTDOCS)
+.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKDIR}/*.txt ${DOCSDIR}
.endif