diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-11-23 15:40:26 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-11-23 15:40:26 +0000 |
commit | 3d1f077b65599dfdc4bee09deaa41f4c1c129939 (patch) | |
tree | 6099cbf225d74499efcc6bfaf7c989ede51b8288 /shells | |
parent | 5648d6842eb5e3096179b0a1a2f78eece899c91e (diff) | |
download | ports-3d1f077b65599dfdc4bee09deaa41f4c1c129939.tar.gz ports-3d1f077b65599dfdc4bee09deaa41f4c1c129939.zip |
Notes
Diffstat (limited to 'shells')
-rw-r--r-- | shells/bash/Makefile | 1 | ||||
-rw-r--r-- | shells/bash2/Makefile | 1 | ||||
-rw-r--r-- | shells/bash3/Makefile | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile index 4086b65db63c..0c109415f523 100644 --- a/shells/bash/Makefile +++ b/shells/bash/Makefile @@ -21,6 +21,7 @@ MAINTAINER= obrien@FreeBSD.org GNU_CONFIGURE= Yes CONFIGURE_ARGS= --with-installed-readline CONFIGURE_ENV= LDFLAGS=-static +CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} MAN1= bash.1 bashbug.1 post-install: diff --git a/shells/bash2/Makefile b/shells/bash2/Makefile index 4086b65db63c..0c109415f523 100644 --- a/shells/bash2/Makefile +++ b/shells/bash2/Makefile @@ -21,6 +21,7 @@ MAINTAINER= obrien@FreeBSD.org GNU_CONFIGURE= Yes CONFIGURE_ARGS= --with-installed-readline CONFIGURE_ENV= LDFLAGS=-static +CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} MAN1= bash.1 bashbug.1 post-install: diff --git a/shells/bash3/Makefile b/shells/bash3/Makefile index 4086b65db63c..0c109415f523 100644 --- a/shells/bash3/Makefile +++ b/shells/bash3/Makefile @@ -21,6 +21,7 @@ MAINTAINER= obrien@FreeBSD.org GNU_CONFIGURE= Yes CONFIGURE_ARGS= --with-installed-readline CONFIGURE_ENV= LDFLAGS=-static +CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} MAN1= bash.1 bashbug.1 post-install: |