diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-23 07:21:16 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-23 07:21:16 +0000 |
commit | 70255d193dceb8cd43444d1738ec022f59f77c3e (patch) | |
tree | 8d15dcfc55f7717548a3fc8496cc60f6e25a3619 /lang/nml | |
parent | d99c6111ff609c3e94d5b934caf0c9744a0f37d7 (diff) |
BROKEN on !i386: Broken pkg-plist
Notes
Notes:
svn path=/head/; revision=101841
Diffstat (limited to 'lang/nml')
-rw-r--r-- | lang/nml/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
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 <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> |