mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
Mark as broken: does not fetch
This commit is contained in:
parent
f667e41b5b
commit
684fea0575
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=317360
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user