diff options
-rw-r--r-- | www/swish-e/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/swish-e/Makefile b/www/swish-e/Makefile index 3acfa0bb9b23..538254839082 100644 --- a/www/swish-e/Makefile +++ b/www/swish-e/Makefile @@ -23,8 +23,8 @@ PORTDOCS= * MAN1= SWISH-CONFIG.1 SWISH-FAQ.1 SWISH-LIBRARY.1 SWISH-RUN.1 swish-e.1 -.if defined(NOPORTDOCS) NO_STAGE= yes +.if defined(NOPORTDOCS) post-patch: @${REINPLACE_CMD} -E 's/^(install-data-am:) install-docDATA(.*)/\1\2/' \ ${WRKSRC}/Makefile.in |