diff options
author | obrien <obrien@FreeBSD.org> | 2002-03-28 02:13:55 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-03-28 02:13:55 +0000 |
commit | bfe7d79fc0845b9036abd5b5d7fb636e5e68713c (patch) | |
tree | ddf094d18fee289ddb0030afbd7a28c46476ff03 /shells/bash/Makefile | |
parent | 39144d8a73d0b1e64e83f71cc2381723a9718758 (diff) | |
download | FreeBSD-ports-bfe7d79fc0845b9036abd5b5d7fb636e5e68713c.zip FreeBSD-ports-bfe7d79fc0845b9036abd5b5d7fb636e5e68713c.tar.gz |
No longer need to explicitly provide a GNU autconf target.
Diffstat (limited to 'shells/bash/Makefile')
-rw-r--r-- | shells/bash/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile index 454de9a..149ab684 100644 --- a/shells/bash/Makefile +++ b/shells/bash/Makefile @@ -21,7 +21,6 @@ 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: |