aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-08-24 06:21:27 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-08-24 06:21:27 +0800
commit1ce553ca72aa993648416de415d194dc1c9d3468 (patch)
tree953eb1ca47d53ac95f2371a0d36679d4097a84d5 /devel
parenta4e8624c280d428526ed98aff82f8367ec1ee0d0 (diff)
downloadfreebsd-ports-gnome-1ce553ca72aa993648416de415d194dc1c9d3468.tar.gz
freebsd-ports-gnome-1ce553ca72aa993648416de415d194dc1c9d3468.tar.zst
freebsd-ports-gnome-1ce553ca72aa993648416de415d194dc1c9d3468.zip
- Switch to options helpers
Diffstat (limited to 'devel')
-rw-r--r--devel/love08/Makefile6
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>