aboutsummaryrefslogtreecommitdiff
path: root/games/xbloody
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-25 10:01:40 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-25 10:01:40 +0000
commit071c5db2529c689a2d9423a9f3e3bacc2e8cd43e (patch)
treeacaee70cf1ee8fd236c2215a301fd41047c72e02 /games/xbloody
parentb1e7dd17985c5830f15457ef592ebc63c502f83f (diff)
downloadports-071c5db2529c689a2d9423a9f3e3bacc2e8cd43e.tar.gz
ports-071c5db2529c689a2d9423a9f3e3bacc2e8cd43e.zip
Notes
Diffstat (limited to 'games/xbloody')
-rw-r--r--games/xbloody/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/games/xbloody/Makefile b/games/xbloody/Makefile
index 4fdd282c3d88..8c094741803b 100644
--- a/games/xbloody/Makefile
+++ b/games/xbloody/Makefile
@@ -17,10 +17,16 @@ COMMENT= Knife on X
NO_WRKSUBDIR= yes
USE_IMAKE= yes
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} != "i386"
+BROKEN= "Does not compile on !i386"
+.endif
+
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/xbloody
@${INSTALL_DATA} ${WRKSRC}/README.sjis ${PREFIX}/share/doc/xbloody
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>