diff options
author | bapt <bapt@FreeBSD.org> | 2013-05-05 05:36:47 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-05-05 05:36:47 +0800 |
commit | ee69da9ccf80179a7f3385053b422a3d2cf7d2d8 (patch) | |
tree | 7bf2fa33296a33a5f580672914661cedf957ab3a /games | |
parent | 56307bf49352da7c6a30367d9c30ac21aadfbea3 (diff) | |
download | freebsd-ports-gnome-ee69da9ccf80179a7f3385053b422a3d2cf7d2d8.tar.gz freebsd-ports-gnome-ee69da9ccf80179a7f3385053b422a3d2cf7d2d8.tar.zst freebsd-ports-gnome-ee69da9ccf80179a7f3385053b422a3d2cf7d2d8.zip |
Mark as broken: does not fetch
Diffstat (limited to 'games')
-rw-r--r-- | games/quake3-ra3/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/games/quake3-ra3/Makefile b/games/quake3-ra3/Makefile index 184dc78a0ebc..b76274b5c63b 100644 --- a/games/quake3-ra3/Makefile +++ b/games/quake3-ra3/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Q3 Mod: Rocket Arena 3 -# Date created: Sun Jun 3 00:53:00 EDT 2001 -# Whom: pat@databits.net -# +# Created by: pat@databits.net # $FreeBSD$ -# PORTNAME= ra3 PORTVERSION= 1.76 @@ -21,18 +17,21 @@ NO_PACKAGE= "Package will be 102MB, set FORCE_PACKAGE if you really want to buil WRKSRC= ${WRKDIR}/arena +BROKEN= Does not fetch USE_ZIP= yes USE_CRLF= yes NO_BUILD= yes DATADIR= ${Q3DIR}/${PORTNAME} +.include <bsd.port.options.mk> + do-install: @${MKDIR} ${DATADIR} .for f in *.cfg *.pk3 @${INSTALL_DATA} ${WRKSRC}/${f} ${DATADIR} .endfor -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/*.txt ${DOCSDIR} .endif |