diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/love08/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/devel/love08/Makefile b/devel/love08/Makefile index 41b9c0b8fff2..fe9827ecf50c 100644 --- a/devel/love08/Makefile +++ b/devel/love08/Makefile @@ -41,20 +41,16 @@ PORTDOCS= * OPTIONS_DEFINE= DOCS -.include <bsd.port.options.mk> - post-patch: @${REINPLACE_CMD} -e '/^prefix=/ d; /^bindir=/ d; /^libdir=/ d; \ /test/ s|==|=|' \ -e "s/lua5.1/lua-${LUA_VER}/g" \ ${WRKSRC}/configure -.if ${PORT_OPTIONS:MDOCS} -post-install: +post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in changes.txt readme.md ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} .endfor -.endif .include <bsd.port.mk> |