|
Lines 15-21
Link Here
|
| 15 |
MAINTAINER= joe@zircon.seattle.wa.us |
15 |
MAINTAINER= joe@zircon.seattle.wa.us |
| 16 |
COMMENT= Official AT&T release of KornShell 93 |
16 |
COMMENT= Official AT&T release of KornShell 93 |
| 17 |
|
17 |
|
| 18 |
VERSION= 2006-01-24 |
18 |
VERSION= 2006-02-14 |
| 19 |
RESTRICTED= Source recipient must acknowledge license |
19 |
RESTRICTED= Source recipient must acknowledge license |
| 20 |
|
20 |
|
| 21 |
FETCH_ENV= HTTP_AUTH='basic:*:I accept www.opensource.org/licenses/cpl:.' |
21 |
FETCH_ENV= HTTP_AUTH='basic:*:I accept www.opensource.org/licenses/cpl:.' |
|
Lines 30-40
Link Here
|
| 30 |
|
30 |
|
| 31 |
.include <bsd.port.pre.mk> |
31 |
.include <bsd.port.pre.mk> |
| 32 |
|
32 |
|
| 33 |
.if (${OSVERSION} < 600000) |
|
|
| 34 |
INSTALLROOT= ${WRKSRC}/arch/freebsd${OSREL:R}.${ARCH} |
33 |
INSTALLROOT= ${WRKSRC}/arch/freebsd${OSREL:R}.${ARCH} |
| 35 |
.else |
|
|
| 36 |
INSTALLROOT= ${WRKSRC}/arch/freebsd.${ARCH} |
| 37 |
.endif |
| 38 |
|
34 |
|
| 39 |
.if ${ARCH} == "sparc64" |
35 |
.if ${ARCH} == "sparc64" |
| 40 |
BROKEN= Does not compile on sparc64 |
36 |
BROKEN= Does not compile on sparc64 |