aboutsummaryrefslogtreecommitdiff
path: root/games/quake-source
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2005-12-31 15:45:44 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2005-12-31 15:45:44 +0000
commitee8d803ab5bd0e379fcfd8c02e0b0ba75acb5ead (patch)
treef028be74c7ca677852028dedf5c4491406dc9352 /games/quake-source
parentb3656dfaff1c98cd63263e666d95e34e609c31d1 (diff)
downloadports-ee8d803ab5bd0e379fcfd8c02e0b0ba75acb5ead.tar.gz
ports-ee8d803ab5bd0e379fcfd8c02e0b0ba75acb5ead.zip
Prevent original file from being installed after patching
PR: 91136 Submitted by: Alejandro Pulver <alejandro@varnet.biz> (maintainer)
Notes
Notes: svn path=/head/; revision=152489
Diffstat (limited to 'games/quake-source')
-rw-r--r--games/quake-source/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/games/quake-source/Makefile b/games/quake-source/Makefile
index 125a63437bdd..bdc85c01b2ce 100644
--- a/games/quake-source/Makefile
+++ b/games/quake-source/Makefile
@@ -43,6 +43,9 @@ pre-patch:
${GREP} 'CRLF' | ${SED} -e 's/:.*//' | \
${XARGS} ${REINPLACE_CMD} -i "" -e "s/`${PRINTF} '\r'`$$//"
+post-patch:
+ @${RM} ${WRKSRC}/send/v101qc/progs.src.orig
+
do-install:
@${MKDIR} ${DATADIR}
@${CP} -R ${WRKSRC}/send/v101qc ${DATADIR}