diff options
author | Dima Dorfman <dd@FreeBSD.org> | 2001-07-11 09:02:17 +0000 |
---|---|---|
committer | Dima Dorfman <dd@FreeBSD.org> | 2001-07-11 09:02:17 +0000 |
commit | 1edfa3bdd9e892b8dceaa665f0ac0c362f3cf28a (patch) | |
tree | 71851239a260c95d355eed93fb256e713be5c355 /lang/gawk/Makefile | |
parent | 4555fd436f5ebf430103457fb9482c69d5d043c8 (diff) |
Notes
Diffstat (limited to 'lang/gawk/Makefile')
-rw-r--r-- | lang/gawk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gawk/Makefile b/lang/gawk/Makefile index a91eabc413f8..c1b02f223399 100644 --- a/lang/gawk/Makefile +++ b/lang/gawk/Makefile @@ -15,6 +15,6 @@ MAINTAINER= dd@FreeBSD.org GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-bitops \ --enable-non-decimal-data -MAN1= gawk.1 igawk.1 +MAN1= gawk.1 igawk.1 .include <bsd.port.mk> |