diff options
Diffstat (limited to 'converters/py-zfec/Makefile')
-rw-r--r-- | converters/py-zfec/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/converters/py-zfec/Makefile b/converters/py-zfec/Makefile index cbb31bf0b289..7670f64cd23b 100644 --- a/converters/py-zfec/Makefile +++ b/converters/py-zfec/Makefile @@ -24,7 +24,9 @@ PYDISTUTILS_AUTOPLIST= yes DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} -.include <bsd.port.pre.mk> +OPTIONS_DEFINE= DOCS + +.include <bsd.port.options.mk> post-patch: @${REINPLACE_CMD} -e 's|share/doc|${DOCSDIR}|g ; \ @@ -38,4 +40,4 @@ post-install: .endfor .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |