diff options
Diffstat (limited to 'shells/bash1/Makefile')
-rw-r--r-- | shells/bash1/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/shells/bash1/Makefile b/shells/bash1/Makefile index 7002b3800c75..2270677c12bb 100644 --- a/shells/bash1/Makefile +++ b/shells/bash1/Makefile @@ -22,13 +22,7 @@ NOMANCOMPRESS= yes MAN1= bash.1 bash_builtins.1 INFO= bash -.include <bsd.port.pre.mk> - -.if ${MACHINE_ARCH} != i386 -BROKEN= "does not compile on ${MACHINE_ARCH}" -.endif - post-install: @install-info ${PREFIX}/info/bash.info ${PREFIX}/info/dir -.include <bsd.port.post.mk> +.include <bsd.port.mk> |