summaryrefslogtreecommitdiff
path: root/games/farblazer
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-01-13 01:12:49 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-01-13 01:12:49 +0000
commit0ea8d5b4c9c113b636efdaf6ee82de9b07fc838d (patch)
tree392f536fe052346dacf3e0abd0dde2adc606eef5 /games/farblazer
parentUpdate to 4242 (diff)
Don't install *.orig patch turds.
Notes
Notes: svn path=/head/; revision=72983
Diffstat (limited to 'games/farblazer')
-rw-r--r--games/farblazer/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/farblazer/Makefile b/games/farblazer/Makefile
index 71ea5bd9072b..2228512081cf 100644
--- a/games/farblazer/Makefile
+++ b/games/farblazer/Makefile
@@ -22,7 +22,7 @@ do-build:
do-install:
@${MKDIR} ${DATADIR}
(cd ${WRKSRC}; tar cf - .) | \
- (cd ${DATADIR}; tar --unlink -xf -)
+ (cd ${DATADIR}; tar --exclude=\*.orig --unlink -xf -)
@printf "#!/bin/sh\ncd ${DATADIR} && \
exec ${PYTHON_CMD} ${DATADIR}/${PORTNAME}.py \"$$\@\"\n" > ${WRKDIR}/${PORTNAME}.sh
@${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${PREFIX}/bin/${PORTNAME}