diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-01-13 01:12:49 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-01-13 01:12:49 +0000 |
commit | 0ea8d5b4c9c113b636efdaf6ee82de9b07fc838d (patch) | |
tree | 392f536fe052346dacf3e0abd0dde2adc606eef5 /games/farblazer | |
parent | Update 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/Makefile | 2 |
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} |