aboutsummaryrefslogtreecommitdiff
path: root/devel/love08/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/love08/Makefile')
-rw-r--r--devel/love08/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/love08/Makefile b/devel/love08/Makefile
index 68b17c635cef..5d7d59a86d33 100644
--- a/devel/love08/Makefile
+++ b/devel/love08/Makefile
@@ -1,6 +1,6 @@
PORTNAME= love
PORTVERSION= 0.8.0
-PORTREVISION= 18
+PORTREVISION= 20
CATEGORIES= devel games
MASTER_SITES= http://cdn.bitbucket.org/rude/love/downloads/ \
http://mirror.amdmi3.ru/distfiles/
@@ -9,6 +9,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-linux-src
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Open-source 2D game engine
+WWW= https://www.love2d.org/
LIB_DEPENDS= libIL.so:graphics/devil \
libmodplug.so:audio/libmodplug \
@@ -35,6 +36,7 @@ DOS2UNIX_FILES= src/modules/graphics/opengl/GLee.h
PLIST_FILES= bin/love08
+DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX}
PORTDOCS= *
OPTIONS_DEFINE= DOCS
@@ -46,7 +48,7 @@ post-patch:
${WRKSRC}/configure
post-install-DOCS-on:
- ${MKDIR} ${STAGEDIR}${DOCSDIR}
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
.for f in changes.txt readme.md
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
.endfor