summaryrefslogtreecommitdiff
path: root/shells/bash1/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2003-12-12 16:25:25 +0000
committerPav Lucistnik <pav@FreeBSD.org>2003-12-12 16:25:25 +0000
commit0fe91a205bf3c48a33c060744d627e07e45f6359 (patch)
treedef1fd6d9433d18698980c3e86ae43488ff1843f /shells/bash1/Makefile
parent- Update to 2.1.2 (diff)
- Fix build on non-i386 platforms.
Tested ok on: i386/stable, i386/current, amd64 Fails later on: ia64 (pluto2) PR: ports/60176 Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
Notes
Notes: svn path=/head/; revision=95672
Diffstat (limited to '')
-rw-r--r--shells/bash1/Makefile8
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>