From 920409742d64000b5f98d8f8e06f9a5766b2f597 Mon Sep 17 00:00:00 2001 From: Pietro Cerutti Date: Thu, 16 Jan 2014 16:57:20 +0000 Subject: - Remove unneeded conditional around DOCS installation - Re-order LICENSE and OPTIONS_DEFINE --- lang/nx/Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'lang') 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 - 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 -- cgit v1.2.3