aboutsummaryrefslogtreecommitdiffstats
path: root/lang/nml
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-02-23 15:21:16 +0800
committerkris <kris@FreeBSD.org>2004-02-23 15:21:16 +0800
commitb0680e6f9cac2b60ef4ab42017e709bcc482116f (patch)
treee8e6f61617f11c748afa7d726ad2cc32d48d3caf /lang/nml
parent262907e87ccf73b7bb22977f225b76f2f0f6b3a1 (diff)
downloadfreebsd-ports-graphics-b0680e6f9cac2b60ef4ab42017e709bcc482116f.tar.gz
freebsd-ports-graphics-b0680e6f9cac2b60ef4ab42017e709bcc482116f.tar.zst
freebsd-ports-graphics-b0680e6f9cac2b60ef4ab42017e709bcc482116f.zip
BROKEN on !i386: Broken pkg-plist
Diffstat (limited to 'lang/nml')
-rw-r--r--lang/nml/Makefile8
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>