diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-08-09 19:01:58 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-08-09 19:01:58 +0000 |
commit | 7ff9aad7e0aee25c19aa67b1e1d136353fce7510 (patch) | |
tree | db0b2d72931f15e4aeb7f4f0f6c0de27c1958f79 /shells/ksh93/Makefile | |
parent | 1c35e9e9422cd0870a51f79fe646feed82086778 (diff) |
Notes
Diffstat (limited to 'shells/ksh93/Makefile')
-rw-r--r-- | shells/ksh93/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/shells/ksh93/Makefile b/shells/ksh93/Makefile index 31e423af6bea..02834876a099 100644 --- a/shells/ksh93/Makefile +++ b/shells/ksh93/Makefile @@ -1,5 +1,5 @@ # $FreeBSD$ -# + # Make sure that your configuration DOES NOT set ANY gcc-related # variables. ksh93 will not compile if you set even the seemingly # most unrelated variable related to gcc configuration. This means @@ -9,10 +9,10 @@ # serves to expose gcc bugs and does nothing to speed up any known # program. If you are really unconvinced, go ahead but do not # complain to me about it. -# PORTNAME= ksh93 PORTVERSION= ${KSHVERSION:S/-//g} +PORTREVISION= 1 CATEGORIES= shells MASTER_SITES= http://www.research.att.com/~gsf/download/tgz/ DISTFILES= INIT.${INITVERSION}.tgz ast-ksh.${KSHVERSION}.tgz @@ -27,12 +27,13 @@ OPTIONS_DEFINE= STATIC FETCH_ARGS= -Rr FETCH_ENV= HTTP_AUTH='basic:*:I accept www.opensource.org/licenses/cpl:.' +LDFLAGS+= -lm MAKE_ENV= CCFLAGS="${CFLAGS}" NO_WRKSUBDIR= yes MAN1= ksh93.1 -INITVERSION= 2012-08-01 +INITVERSION= 2013-05-24 KSHVERSION= 2012-08-01 .include <bsd.port.options.mk> |