diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-05-07 23:46:33 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-05-07 23:46:33 +0000 |
commit | ff21f59f9fc122a8cba781cd7d8c424e88df792f (patch) | |
tree | 060ec5151c4c0bd938947631351e7e5e4cf5e6fe /games/egoboo/Makefile | |
parent | Update MASTER_SITES (diff) |
Remove USE_REINPLACE for categories starting with a G
Notes
Notes:
svn path=/head/; revision=161663
Diffstat (limited to '')
-rw-r--r-- | games/egoboo/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/games/egoboo/Makefile b/games/egoboo/Makefile index 7b80e7cff269..b55d6a2f92fc 100644 --- a/games/egoboo/Makefile +++ b/games/egoboo/Makefile @@ -21,7 +21,6 @@ LIB_DEPENDS= glut.4:${PORTSDIR}/graphics/libglut WRKSRC= ${WRKDIR}/${PORTNAME} USE_SDL= sdl USE_GMAKE= yes -USE_REINPLACE= yes pre-patch: @${FIND} ${WRKSRC}/.. -type d -name CVS | ${XARGS} ${RM} -rf |