Move inclusion of bsd.port.pre.mk past variable definitions.
This commit is contained in:
parent
595d8df782
commit
8a6737b447
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=92527
1 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue