diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2001-05-29 06:01:14 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2001-05-29 06:01:14 +0000 |
commit | e06a83c89acf1fec9e8f0f42e0e13caea97ac8e5 (patch) | |
tree | 6a3ae04b0705fd5106be550f9d5329fc63b16a76 /lang/gawk | |
parent | 3a0adb64f13e4690ca845d318c65484df8881bfb (diff) | |
download | ports-e06a83c89acf1fec9e8f0f42e0e13caea97ac8e5.tar.gz ports-e06a83c89acf1fec9e8f0f42e0e13caea97ac8e5.zip |
There is no longer any reason to mark this port MANUAL_PACKAGE_BUILD:
bento builds packages in clean chroots, and anyway the original problem
no longer occurs.
Notes
Notes:
svn path=/head/; revision=43227
Diffstat (limited to 'lang/gawk')
-rw-r--r-- | lang/gawk/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lang/gawk/Makefile b/lang/gawk/Makefile index 75ab19b5e307..beb1e53b9174 100644 --- a/lang/gawk/Makefile +++ b/lang/gawk/Makefile @@ -12,7 +12,6 @@ MASTER_SITE_SUBDIR= gawk MAINTAINER= ports@FreeBSD.org -MANUAL_PACKAGE_BUILD= confuses zsh GNU_CONFIGURE= yes CONFIGURE_ARGS= --program-prefix=g \ --enable-bitops \ |