diff options
author | kei <kei@pkgsrc.org> | 2000-12-18 08:28:06 +0000 |
---|---|---|
committer | kei <kei@pkgsrc.org> | 2000-12-18 08:28:06 +0000 |
commit | 3b4d38c278d7d399bd9afd87537ca469b7df0c7a (patch) | |
tree | 2063134bdaf2603ea8c995a93ea7935d638c4901 /japanese | |
parent | ba2ef0edfa80026c61c238efeaf605d061501ec7 (diff) | |
download | pkgsrc-3b4d38c278d7d399bd9afd87537ca469b7df0c7a.tar.gz |
Don't pass `bsd44' to configure. It's no longer supported/needed.
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/gawk/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/japanese/gawk/Makefile b/japanese/gawk/Makefile index d448c1b1016..b3c57b659bb 100644 --- a/japanese/gawk/Makefile +++ b/japanese/gawk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1999/10/11 13:00:42 sakamoto Exp $ +# $NetBSD: Makefile,v 1.5 2000/12/18 08:28:06 kei Exp $ # FreeBSD Id: Makefile,v 1.13 1999/01/27 07:41:14 fenner Exp $ DISTNAME= gawk-3.0.4 @@ -16,7 +16,6 @@ HOMEPAGE= http://www.gnu.org/software/gawk/gawk.html INFO_FILES= gawk.info GNU_CONFIGURE= yes -CONFIGURE_ARGS= bsd44 post-install: @${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ja-gawk |