1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

BROKEN on !i386: Broken pkg-plist

This commit is contained in:
Kris Kennaway 2004-02-23 07:21:16 +00:00
parent d99c6111ff
commit 70255d193d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101841

View File

@ -24,6 +24,12 @@ USE_GMAKE= yes
ALL_TARGET= all opt opt.opt
INSTALL_TARGET= install installopt
.include <bsd.port.pre.mk>
.if ${ARCH} != "i386"
BROKEN= "Broken pkg-plist"
.endif
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
@ -35,4 +41,4 @@ post-install:
.endif
@${STRIP_CMD} ${PREFIX}/bin/ncamlrun
.include <bsd.port.mk>
.include <bsd.port.post.mk>