summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjlam <jlam>2002-11-28 07:42:05 +0000
committerjlam <jlam>2002-11-28 07:42:05 +0000
commitca65276fffefa3163d91e37ffd7ab257a5a4489a (patch)
treed173a321a3a36b970f8a10281825a888c6bac2f8
parent0861ad6e945e37653f606fdd2efaa67c3f062f90 (diff)
downloadpkgsrc-ca65276fffefa3163d91e37ffd7ab257a5a4489a.tar.gz
Bump PKGREVISION of shells/pdksh to 1: rename installed shell to "pdksh",
as this isn't really the real Korn shell, and "pdksh" is a more accurate name for it. Also don't use buildlink2 so that this shell may be used to bootstrap buildlink2.
-rw-r--r--doc/CHANGES3
-rw-r--r--shells/pdksh/Makefile14
-rw-r--r--shells/pdksh/PLIST6
3 files changed, 15 insertions, 8 deletions
diff --git a/doc/CHANGES b/doc/CHANGES
index a5da44bab5c..05cc8c63581 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.626 2002/11/28 07:14:16 schmonz Exp $
+$NetBSD: CHANGES,v 1.627 2002/11/28 07:44:08 jlam Exp $
Changes to the packages collection and infrastructure in 2002:
@@ -3753,3 +3753,4 @@ Changes to the packages collection and infrastructure in 2002:
Updated mutt to 1.4nb2 [jmmv 2002-11-27]
Updated w3m to 0.3.2.1 [itojun 2002-11-28]
Added pdksh-5.2.14 [schmonz 2002-11-28]
+ Updated pdksh to 5.2.14nb1 [jlam 2002-11-28]
diff --git a/shells/pdksh/Makefile b/shells/pdksh/Makefile
index 84897057a16..1dcc0938e67 100644
--- a/shells/pdksh/Makefile
+++ b/shells/pdksh/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1.1.1 2002/11/28 07:12:09 schmonz Exp $
+# $NetBSD: Makefile,v 1.2 2002/11/28 07:42:05 jlam Exp $
#
DISTNAME= pdksh-5.2.14
+PKGREVISION= 1
CATEGORIES= shells
MASTER_SITES= ftp://ftp.cs.mun.ca/pub/pdksh/
@@ -9,10 +10,15 @@ MAINTAINER= schmonz@netbsd.org
HOMEPAGE= http://web.cs.mun.ca/~michael/pdksh/
COMMENT= Free clone of the AT&T Korn shell
-USE_BUILDLINK2= YES
-GNU_CONFIGURE= YES
+# pdksh is needed to bootstrap buildlink2 on some systems.
+USE_BUILDLINK2= no
-PKG_SHELL= ${PREFIX}/bin/ksh
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --program-prefix=pd
+
+PKG_SHELL= ${PREFIX}/bin/pdksh
.include "../../mk/bsd.pkg.install.mk"
.include "../../mk/bsd.pkg.mk"
+
+LDFLAGS= # empty
diff --git a/shells/pdksh/PLIST b/shells/pdksh/PLIST
index 48e81bf5689..18cf5d974d1 100644
--- a/shells/pdksh/PLIST
+++ b/shells/pdksh/PLIST
@@ -1,3 +1,3 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2002/11/28 07:12:09 schmonz Exp $
-bin/ksh
-man/man1/ksh.1
+@comment $NetBSD: PLIST,v 1.2 2002/11/28 07:42:06 jlam Exp $
+bin/pdksh
+man/man1/pdksh.1