summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorjlam <jlam>2002-11-28 07:42:05 +0000
committerjlam <jlam>2002-11-28 07:42:05 +0000
commit390980f7c1fcacb5351256464d8d982cd1e2d6fa (patch)
treed173a321a3a36b970f8a10281825a888c6bac2f8 /shells
parent66cf2ae9d055e754cd6ee9c6ad7bc501789f9073 (diff)
downloadpkgsrc-390980f7c1fcacb5351256464d8d982cd1e2d6fa.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.
Diffstat (limited to 'shells')
-rw-r--r--shells/pdksh/Makefile14
-rw-r--r--shells/pdksh/PLIST6
2 files changed, 13 insertions, 7 deletions
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