diff options
author | bapt <bapt@FreeBSD.org> | 2013-11-19 16:37:05 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-11-19 16:37:05 +0800 |
commit | 37cf1137c5e93a64211ffbbd18b0e06d165e644c (patch) | |
tree | b9e1538a6a25de4be2719b7ab5c27da1a25eee07 /games/cube | |
parent | c73d628ea45bfc1424b469fe5748926ac770f481 (diff) | |
download | freebsd-ports-gnome-37cf1137c5e93a64211ffbbd18b0e06d165e644c.tar.gz freebsd-ports-gnome-37cf1137c5e93a64211ffbbd18b0e06d165e644c.tar.zst freebsd-ports-gnome-37cf1137c5e93a64211ffbbd18b0e06d165e644c.zip |
Convert from USE_DOS2UNIX to dos2unix
Use bsdtar to extract everything
Diffstat (limited to 'games/cube')
-rw-r--r-- | games/cube/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/games/cube/Makefile b/games/cube/Makefile index 1a2a54fa558d..64a83038ba71 100644 --- a/games/cube/Makefile +++ b/games/cube/Makefile @@ -7,16 +7,13 @@ PORTREVISION= 11 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSION} DISTFILES= ${CUBE_DATA} ${CUBE_SRC} -EXTRACT_ONLY= ${CUBE_SRC} MAINTAINER= ports@FreeBSD.org COMMENT= OpenGL 3D FPS (first person shooter) game BUILD_DEPENDS= ${LOCALBASE}/lib/libenet.a:${PORTSDIR}/net/enet -USE_ZIP= yes -USE_DOS2UNIX= yes -USES= gmake +USES= dos2unix gmake ALL_TARGET= # USE_XORG= x11 @@ -56,9 +53,6 @@ ALL_TARGET+= server CUBE_BIN+= server .endif -post-extract: - @${TAR} zxf ${DISTDIR}/${CUBE_DATA} -C ${WRKDIR} - do-install: .for f in ${CUBE_BIN} ${INSTALL_SCRIPT} ${WRKDIR}/cube_${f} ${STAGEDIR}${PREFIX}/bin |