diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2007-06-05 21:04:44 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2007-06-05 21:04:44 +0000 |
commit | 396866ce8fa16bf59cbbd2d0194d04db29557a56 (patch) | |
tree | 8194c9ff740ed7732af6cc63b6b1e57510c29d8f /french/gibi/Makefile | |
parent | c9d74bc808d536f530bb709623bc8a86493ccab7 (diff) |
A sweeping commit: unbreak "make index" if WITH_BASH=YES is defined.
Discussed at: freebsd-ports@
Notes
Notes:
svn path=/head/; revision=192861
Diffstat (limited to 'french/gibi/Makefile')
-rw-r--r-- | french/gibi/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/french/gibi/Makefile b/french/gibi/Makefile index 65b93952a2d7..b08e200d2e0a 100644 --- a/french/gibi/Makefile +++ b/french/gibi/Makefile @@ -54,11 +54,7 @@ SHRG= ksh93 .else SHRG= zsh .endif -.if ${SHRG} == "bash" -SHRGDEP= bash2 -.else SHRGDEP= ${SHRG} -.endif SHELL_RUN_GIBI= ${LOCALBASE}/bin/${SHRG} LGIBIDIR?= apps/${PORTNAME} |