aboutsummaryrefslogtreecommitdiffstats
path: root/games/vor
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2014-05-08 02:06:21 +0800
committerDmitry Marakasov <amdmi3@FreeBSD.org>2014-05-08 02:06:21 +0800
commit7746b4c6fb3ef37fefbb68efdaf2630e98ded3c2 (patch)
treebb20d833a1ff34c0021ac76809be82d6f1169bb1 /games/vor
parente866ea4c99109feee1f5492da3ea97a3ad2544ca (diff)
downloadfreebsd-ports-gnome-7746b4c6fb3ef37fefbb68efdaf2630e98ded3c2.tar.gz
freebsd-ports-gnome-7746b4c6fb3ef37fefbb68efdaf2630e98ded3c2.tar.zst
freebsd-ports-gnome-7746b4c6fb3ef37fefbb68efdaf2630e98ded3c2.zip
- Convert USE_BZIP2 and USE_DOS2UNIX to USES
Diffstat (limited to 'games/vor')
-rw-r--r--games/vor/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/games/vor/Makefile b/games/vor/Makefile
index 942d368acc80..1b85006ade20 100644
--- a/games/vor/Makefile
+++ b/games/vor/Makefile
@@ -11,9 +11,8 @@ MASTER_SITES= http://qualdan.com/vor/ \
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Dodge the rocks until you die
-USES= gmake
+USES= tar:bzip2 gmake
USE_SDL= mixer image sdl
-USE_BZIP2= yes
GNU_CONFIGURE= yes
PLIST_FILES= bin/${PORTNAME}
@@ -29,12 +28,8 @@ DESKTOP_ENTRIES="Variations on Rockdodger" \
OPTIONS_DEFINE= DOCS
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MDOCS}
post-install:
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
-.endif
.include <bsd.port.mk>