- Disallow this from pointyhat builds; we don't need to repackage 520 MB of
game data and load it on all our mirrors
This commit is contained in:
parent
788d884bd6
commit
a80531769d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=213899
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue