summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2003-10-29 04:14:07 +0000
committerMark Linimon <linimon@FreeBSD.org>2003-10-29 04:14:07 +0000
commit8a6737b4472e814fa51b9fb7ae6f5aa3a95cc388 (patch)
treeaa4136806da5ab00c16f14b00e58a5539904d7ab /shells
parentMove inclusion of bsd.port.pre.mk past the variable definitions. (diff)
Move inclusion of bsd.port.pre.mk past variable definitions.
Notes
Notes: svn path=/head/; revision=92527
Diffstat (limited to 'shells')
-rw-r--r--shells/bash1/Makefile12
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