summaryrefslogtreecommitdiffstats
path: root/games/quake3-ra3
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2001-10-15 20:13:57 +0000
committerlioux <lioux@FreeBSD.org>2001-10-15 20:13:57 +0000
commit205190a9570323377aa4623414cecd6bcbad6497 (patch)
treeedfd13dbd7c2473e885c60181e233b37f3e2999c /games/quake3-ra3
parent7f31b90bc97a3ec8c8c0466d5357d36550ba419d (diff)
downloadFreeBSD-ports-205190a9570323377aa4623414cecd6bcbad6497.zip
FreeBSD-ports-205190a9570323377aa4623414cecd6bcbad6497.tar.gz
make it possible to have more than 1 patch for q3server-* ports
Submitted by: MAINTAINER
Diffstat (limited to 'games/quake3-ra3')
-rw-r--r--games/quake3-ra3/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/games/quake3-ra3/Makefile b/games/quake3-ra3/Makefile
index d19b012..abf0bcd 100644
--- a/games/quake3-ra3/Makefile
+++ b/games/quake3-ra3/Makefile
@@ -52,10 +52,12 @@ SORT?= /usr/bin/sort
Q3SERVER_PORT= ${.CURDIR}/../q3server
PKGMESSAGE!= cd ${Q3SERVER_PORT} && ${MAKE} -V PKGMESSAGE
-.if defined(HAS_WIERDPATCHES)
+.if defined(HAS_WIERDPATCHES) && defined(DISTFILES)
post-extract:
+.for files in ${DISTFILES:S/${EXTRACT_ONLY}//}
@cd ${WRKSRC} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} \
- ${_DISTDIR}/${DISTFILES:S/${EXTRACT_ONLY}//}
+ ${DISTDIR}/${DIST_SUBDIR}/${files}
+.endfor
.endif
pre-patch:
OpenPOWER on IntegriCloud