From 70255d193dceb8cd43444d1738ec022f59f77c3e Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Mon, 23 Feb 2004 07:21:16 +0000 Subject: [PATCH] BROKEN on !i386: Broken pkg-plist --- lang/nml/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/lang/nml/Makefile b/lang/nml/Makefile index 6486c3c0c8ea..b64fd88b2b9b 100644 --- a/lang/nml/Makefile +++ b/lang/nml/Makefile @@ -24,6 +24,12 @@ USE_GMAKE= yes ALL_TARGET= all opt opt.opt INSTALL_TARGET= install installopt +.include + +.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 +.include