Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Jan 2013 11:51:57 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r310434 - head/shells/bash-devel
Message-ID:  <201301151151.r0FBpvh0007916@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Tue Jan 15 11:51:57 2013
New Revision: 310434
URL: http://svnweb.freebsd.org/changeset/ports/310434

Log:
  Remove two unused comments (forgotten in previous commit).

Modified:
  head/shells/bash-devel/Makefile

Modified: head/shells/bash-devel/Makefile
==============================================================================
--- head/shells/bash-devel/Makefile	Tue Jan 15 11:49:31 2013	(r310433)
+++ head/shells/bash-devel/Makefile	Tue Jan 15 11:51:57 2013	(r310434)
@@ -55,8 +55,6 @@ CONFIGURE_ARGS=		--without-bash-malloc \
 			--enable-disabled-builtins
 
 .if ${PORT_OPTIONS:MSTATIC} || defined(NO_DYNAMICROOT) || (defined(NOSHARED) && ${NOSHARED:L} != "no")
-#.if empty(PORT_OPTIONS:MNLS)
-#.endif
 CONFIGURE_ARGS+=	--enable-static-link
 PKGNAMESUFFIX=		-static-devel
 CONFLICTS+=		bash-[0-9]* bash-static-[0-9]* bash-devel-[0-9]*



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301151151.r0FBpvh0007916>