diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2005-12-31 23:45:44 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2005-12-31 23:45:44 +0800 |
commit | 16673ecd021889c103aecd28752e8234dec1195a (patch) | |
tree | 63d790061d0a95908f73977abc5aaacba31860ff /games | |
parent | 2ce57a3201ddd7ecca48086b5e803b3030babcd5 (diff) | |
download | freebsd-ports-gnome-16673ecd021889c103aecd28752e8234dec1195a.tar.gz freebsd-ports-gnome-16673ecd021889c103aecd28752e8234dec1195a.tar.zst freebsd-ports-gnome-16673ecd021889c103aecd28752e8234dec1195a.zip |
Prevent original file from being installed after patching
PR: 91136
Submitted by: Alejandro Pulver <alejandro@varnet.biz> (maintainer)
Diffstat (limited to 'games')
-rw-r--r-- | games/quake-source/Makefile | 3 |
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} |