diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-10-15 20:13:57 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-10-15 20:13:57 +0000 |
commit | 1336d02b76e6dc241ea293167b82c8619dce49cd (patch) | |
tree | 917a7580929f213675bedf9c8dec10508cfe7882 /games/q3server-ra3 | |
parent | I goofed on the packaging. (diff) |
make it possible to have more than 1 patch for q3server-* ports
Submitted by: MAINTAINER
Notes
Notes:
svn path=/head/; revision=48815
Diffstat (limited to 'games/q3server-ra3')
-rw-r--r-- | games/q3server-ra3/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/games/q3server-ra3/Makefile b/games/q3server-ra3/Makefile index d19b012dfffc..abf0bcd173b9 100644 --- a/games/q3server-ra3/Makefile +++ b/games/q3server-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: |