diff options
-rw-r--r-- | shells/bash1/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/shells/bash1/Makefile b/shells/bash1/Makefile index 4685ac3512d8..7002b3800c75 100644 --- a/shells/bash1/Makefile +++ b/shells/bash1/Makefile @@ -15,12 +15,6 @@ MASTER_SITE_SUBDIR= bash MAINTAINER= ports@FreeBSD.org COMMENT= The GNU Bourne Again Shell -- old version -.include <bsd.port.pre.mk> - -.if ${MACHINE_ARCH} != i386 -BROKEN= "does not compile on ${MACHINE_ARCH}" -.endif - NO_LATEST_LINK= yes WRKSRC= ${WRKDIR}/${DISTNAME} # Don't compress manpages or .so not works. @@ -28,6 +22,12 @@ 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 |