summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2003-01-13 01:12:49 +0000
committerkris <kris@FreeBSD.org>2003-01-13 01:12:49 +0000
commit7bc89f91a91115a5ed9a675d60abeff58407c636 (patch)
tree789cf5b6256052c295327217f0f9c0c3332a24a5 /games
parent7790866c58e3d9179486c48e55c6ce554aeff967 (diff)
downloadFreeBSD-ports-7bc89f91a91115a5ed9a675d60abeff58407c636.zip
FreeBSD-ports-7bc89f91a91115a5ed9a675d60abeff58407c636.tar.gz
Don't install *.orig patch turds.
Diffstat (limited to 'games')
-rw-r--r--games/farblazer/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/farblazer/Makefile b/games/farblazer/Makefile
index 71ea5bd..2228512 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}
OpenPOWER on IntegriCloud