svn commit: r310434 - head/shells/bash-devel

Emanuel Haupt ehaupt at FreeBSD.org
Tue Jan 15 11:51:57 UTC 2013


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]*


More information about the svn-ports-all mailing list