diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-01-15 11:51:57 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-01-15 11:51:57 +0000 |
commit | 531a093eba0645ee13c9573ff7e8c523f6a5ec1a (patch) | |
tree | 243ef557a68db936df52da904f7eed8a7a4eb382 /shells | |
parent | 48dc91424931c6a47e53b1518d47479455b4c0b7 (diff) |
Remove two unused comments (forgotten in previous commit).
Notes
Notes:
svn path=/head/; revision=310434
Diffstat (limited to 'shells')
-rw-r--r-- | shells/bash-devel/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/shells/bash-devel/Makefile b/shells/bash-devel/Makefile index 453fcc0025ac..3205000f8614 100644 --- a/shells/bash-devel/Makefile +++ b/shells/bash-devel/Makefile @@ -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]* |