aboutsummaryrefslogtreecommitdiff
path: root/lang/nx
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2014-01-16 16:57:20 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2014-01-16 16:57:20 +0000
commit920409742d64000b5f98d8f8e06f9a5766b2f597 (patch)
treebc8e7ee8cd9210e2e748b1f16b5117cd3e0a9b93 /lang/nx
parent4e32fe4224e2e28b31f2360f2f09e40c7dd5b97a (diff)
downloadports-920409742d64000b5f98d8f8e06f9a5766b2f597.tar.gz
ports-920409742d64000b5f98d8f8e06f9a5766b2f597.zip
Notes
Diffstat (limited to 'lang/nx')
-rw-r--r--lang/nx/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/lang/nx/Makefile b/lang/nx/Makefile
index 76d984f14a07..24e4eef38eb9 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