diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2024-04-12 21:35:43 +0200 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2024-04-12 21:35:43 +0200 |
commit | 4ab6c187167138ea25beea8021ea99c304f3b87c (patch) | |
tree | 69f224f8516b21f128cb26135c1027cb6aa225c1 /shells | |
parent | emulators/sameboy: Update to 0.16.3 (diff) |
*/*: Remove GNU_CONFIGURE_MANPREFIX
After 9fd7ee1cdf6c remove GNU_CONFIGURE_MANPREFIX from my ports.
Diffstat (limited to 'shells')
-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 cb8a69084362..01ccee28b770 100644 --- a/shells/bash/Makefile +++ b/shells/bash/Makefile @@ -23,7 +23,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= bison cpe iconv localbase pathfix CPE_VENDOR= gnu GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ARGS+= --without-bash-malloc \ --disable-rpath \ --enable-disabled-builtins \ |