diff options
author | garga <garga@FreeBSD.org> | 2006-03-07 21:34:28 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-03-07 21:34:28 +0800 |
commit | afbf5ce905ba388e2e5d3169292fca791ef80595 (patch) | |
tree | 25f7c34010e5cd5d4a8acd3ba09db6642287e166 /shells/ksh93/Makefile | |
parent | af4ea266b1bf20fd4698f20ebe87f951c019f74a (diff) | |
download | freebsd-ports-gnome-afbf5ce905ba388e2e5d3169292fca791ef80595.tar.gz freebsd-ports-gnome-afbf5ce905ba388e2e5d3169292fca791ef80595.tar.zst freebsd-ports-gnome-afbf5ce905ba388e2e5d3169292fca791ef80595.zip |
- Unbreak
- Update to 2006-02-14
PR: ports/93733
Submitted by: maintainer
Approved by: portmgr (clement)
Diffstat (limited to 'shells/ksh93/Makefile')
-rw-r--r-- | shells/ksh93/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/shells/ksh93/Makefile b/shells/ksh93/Makefile index 3aeb3b8ca2b8..2e1856128ddd 100644 --- a/shells/ksh93/Makefile +++ b/shells/ksh93/Makefile @@ -15,9 +15,7 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= joe@zircon.seattle.wa.us COMMENT= Official AT&T release of KornShell 93 -BROKEN= Size mismatch - -VERSION= 2006-01-24 +VERSION= 2006-02-14 RESTRICTED= Source recipient must acknowledge license FETCH_ENV= HTTP_AUTH='basic:*:I accept www.opensource.org/licenses/cpl:.' @@ -32,11 +30,7 @@ MAN1= ksh93.1 .include <bsd.port.pre.mk> -.if (${OSVERSION} < 600000) INSTALLROOT= ${WRKSRC}/arch/freebsd${OSREL:R}.${ARCH} -.else -INSTALLROOT= ${WRKSRC}/arch/freebsd.${ARCH} -.endif .if ${ARCH} == "sparc64" BROKEN= Does not compile on sparc64 |