diff options
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 6486c3c0c8e..b64fd88b2b9 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> |