diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-21 08:19:33 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-21 08:19:33 +0000 |
commit | 4cf4ab0a2fdb34a7e33c053e7a18cdec23138e75 (patch) | |
tree | 15e4740db2f14a3ea4848f1dfcc64de1e6b5d9bf /shells/pdksh/Makefile | |
parent | feb212beb00bfe3bc18e398c9d57084415ce3efd (diff) |
Notes
Diffstat (limited to 'shells/pdksh/Makefile')
-rw-r--r-- | shells/pdksh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/pdksh/Makefile b/shells/pdksh/Makefile index 6783dc2cb23e..93e1f86c3caf 100644 --- a/shells/pdksh/Makefile +++ b/shells/pdksh/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pdksh -PORTVERSION= 5.2.14 +PORTVERSION= 5.2.14 CATEGORIES= shells MASTER_SITES= ftp://ftp.cs.mun.ca/pub/pdksh/ \ http://gd.tuwien.ac.at/utils/shells/pdksh/ \ @@ -16,7 +16,7 @@ MASTER_SITES= ftp://ftp.cs.mun.ca/pub/pdksh/ \ MAINTAINER= tg@FreeBSD.org -GNU_CONFIGURE= yes +GNU_CONFIGURE= yes CONFIGURE_ENV= LDSTATIC=-static MAN1= ksh.1 |