diff options
author | rillig <rillig@pkgsrc.org> | 2005-10-23 15:26:30 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-10-23 15:26:30 +0000 |
commit | bd9061ca0315c5920a4b8c186b7c168ede34591c (patch) | |
tree | f7f5af61426a746a6fc938b030344e8dc38607d9 /shells/pdksh | |
parent | d4fdf098943b2dd822bb1968acc2f1340073bdb6 (diff) | |
download | pkgsrc-bd9061ca0315c5920a4b8c186b7c168ede34591c.tar.gz |
Fixed pkglint warning.
Diffstat (limited to 'shells/pdksh')
-rw-r--r-- | shells/pdksh/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/shells/pdksh/Makefile b/shells/pdksh/Makefile index 2d95c0cb14e..f5851e74dd7 100644 --- a/shells/pdksh/Makefile +++ b/shells/pdksh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2005/09/20 04:23:49 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2005/10/23 15:26:30 rillig Exp $ # DISTNAME= pdksh-5.2.14 @@ -17,8 +17,8 @@ COMMENT= Free clone of the AT&T Korn shell PKG_INSTALLATION_TYPES= overwrite pkgviews -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --program-prefix=pd +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --program-prefix=pd USE_PKGINSTALL= yes PKG_SHELL= bin/pdksh |