aboutsummaryrefslogtreecommitdiff
path: root/comms/scmxx/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'comms/scmxx/Makefile')
-rw-r--r--comms/scmxx/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/comms/scmxx/Makefile b/comms/scmxx/Makefile
index c795caa7ee0a..0d2fcc08dacd 100644
--- a/comms/scmxx/Makefile
+++ b/comms/scmxx/Makefile
@@ -24,6 +24,9 @@ DOCS= README docs/*.txt
EXAMPLES= sms.txt vCalendar.vcs vCard.vcf
NO_STAGE= yes
+
+.include <bsd.port.options.mk>
+
post-patch:
@${FIND} ${WRKSRC} -name 'Makefile*' | ${XARGS} \
${REINPLACE_CMD} -e "s|CFLAGS=|CFLAGS+=|g"
@@ -31,7 +34,7 @@ post-patch:
post-install:
@${MKDIR} ${EXAMPLESDIR}
cd ${WRKSRC}/examples && ${INSTALL_DATA} ${EXAMPLES} ${EXAMPLESDIR}
-.if !defined(NOPORTDOCS)
+..if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
.endif