From 8a6737b4472e814fa51b9fb7ae6f5aa3a95cc388 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Wed, 29 Oct 2003 04:14:07 +0000 Subject: [PATCH] Move inclusion of bsd.port.pre.mk past variable definitions. --- shells/bash1/Makefile | 12 ++++++------ 1 file 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 - -.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 + +.if ${MACHINE_ARCH} != i386 +BROKEN= "does not compile on ${MACHINE_ARCH}" +.endif + post-install: @install-info ${PREFIX}/info/bash.info ${PREFIX}/info/dir