diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-05-29 21:37:49 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-05-29 21:37:49 +0000 |
commit | a80531769d44d222c0325f40bf816c1160db1f06 (patch) | |
tree | 7b41c5c90138594ed7d57d5e0687cfb270a4082c /games/vegastrike-data | |
parent | 788d884bd64351ff606daa05bf3f8e1856383758 (diff) |
Notes
Diffstat (limited to 'games/vegastrike-data')
-rw-r--r-- | games/vegastrike-data/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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 |