diff options
Diffstat (limited to 'audio/dvda-author/Makefile')
-rw-r--r-- | audio/dvda-author/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/audio/dvda-author/Makefile b/audio/dvda-author/Makefile index cceaec2..d14b720 100644 --- a/audio/dvda-author/Makefile +++ b/audio/dvda-author/Makefile @@ -33,11 +33,7 @@ USE_CSTD= gnu89 OPTIONS_DEFINE= DOCS -.include <bsd.port.options.mk> - -.if ! ${PORT_OPTIONS:MDOCS} -CONFIGURE_ARGS+= --docdir=${WRKDIR}/doc -.endif +DOCS_CONFIGURE_OFF= --docdir=${WRKDIR}/doc post-patch: @${REINPLACE_CMD} 's|-std=c99||g' \ |