aboutsummaryrefslogtreecommitdiff
path: root/lang/gawk/Makefile
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>1999-10-23 19:27:10 +0000
committerAndreas Klemm <andreas@FreeBSD.org>1999-10-23 19:27:10 +0000
commit138077d1e0f8ada0065308748ef0ffd5b224c9dc (patch)
tree2fdf69f2a06b39f523f7646cd8927cb08afcd6b7 /lang/gawk/Makefile
parenteb25cbdd0e5e576166c8ee2b10cb5e6d9be6816b (diff)
downloadports-138077d1e0f8ada0065308748ef0ffd5b224c9dc.tar.gz
ports-138077d1e0f8ada0065308748ef0ffd5b224c9dc.zip
Notes
Diffstat (limited to 'lang/gawk/Makefile')
-rw-r--r--lang/gawk/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/lang/gawk/Makefile b/lang/gawk/Makefile
index d2b78f2a12ef..973a6b7090a8 100644
--- a/lang/gawk/Makefile
+++ b/lang/gawk/Makefile
@@ -1,11 +1,11 @@
# New ports collection makefile for: gawk
-# Version required: 3.0.3
+# Version required: 3.0.4
# Date created: Mi 21 Okt 1998 13:53:18 CEST
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
# $FreeBSD$
-DISTNAME= gawk-3.0.3
+DISTNAME= gawk-3.0.4
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= gawk
@@ -13,10 +13,10 @@ MASTER_SITE_SUBDIR= gawk
MAINTAINER= andreas@FreeBSD.org
MANUAL_PACKAGE_BUILD= confuses zsh
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --program-prefix=g --enable-bitops --enable-non-decimal-data
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/gawk ${PREFIX}/bin
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --program-prefix=g \
+ --enable-bitops \
+ --enable-non-decimal-data
+MAN1= gawk.1
.include <bsd.port.mk>