summaryrefslogtreecommitdiffstats
path: root/lang/nx/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/nx/Makefile')
-rw-r--r--lang/nx/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/lang/nx/Makefile b/lang/nx/Makefile
index 76d984f..24e4eef 100644
--- a/lang/nx/Makefile
+++ b/lang/nx/Makefile
@@ -10,10 +10,10 @@ DISTNAME= nsf${DISTVERSION}
MAINTAINER= tcltk@FreeBSD.org
COMMENT= Highly flexible, Tcl-based, object-oriented scripting language
-OPTIONS_DEFINE= DOCS
-
LICENSE= MIT
+OPTIONS_DEFINE= DOCS
+
CONFLICTS= xotcl-1.*
USES+= tcl:85+
@@ -25,16 +25,12 @@ CONFIGURE_ARGS+=--exec-prefix=${PREFIX} \
PLIST_SUB+= PKGNAME=${DISTNAME}
PORTDOCS= *
-.include <bsd.port.options.mk>
-
post-patch:
${CP} ${FILESDIR}/genStubs.tcl ${WRKSRC}
post-install:
-.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${STAGEDIR}${DOCSDIR}
cd ${WRKSRC}/doc && ${COPYTREE_SHARE} \* ${STAGEDIR}${DOCSDIR}
-.endif
regression-test: build
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} test
OpenPOWER on IntegriCloud