From a80531769d44d222c0325f40bf816c1160db1f06 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Thu, 29 May 2008 21:37:49 +0000 Subject: [PATCH] - Disallow this from pointyhat builds; we don't need to repackage 520 MB of game data and load it on all our mirrors --- games/vegastrike-data/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/games/vegastrike-data/Makefile b/games/vegastrike-data/Makefile index 02035f3d4879..40387f51f77a 100644 --- a/games/vegastrike-data/Makefile +++ b/games/vegastrike-data/Makefile @@ -21,6 +21,10 @@ NO_BUILD= yes PLIST= ${WRKDIR}/pkg-plist WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +.if defined(PACKAGE_BUILDING) +IGNORE= ignore on pointyhat +.endif + post-patch: @${RM} -rf ${WRKSRC}/bin ${WRKSRC}/I* ${WRKSRC}/.vsinstall.sh.swp @${FIND} ${WRKSRC} -name "Makefile.am" -delete