diff options
author | joerg <joerg@pkgsrc.org> | 2009-04-09 00:48:06 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-04-09 00:48:06 +0000 |
commit | 368d71b62eb6e099ecbde93b8f229d559bb4648a (patch) | |
tree | bab33acb040ad1708a35131b11af0af8cf0dc5e8 /shells | |
parent | ce1772b268c4d640e5330fdbf3bca8d0bfffb6d3 (diff) | |
download | pkgsrc-368d71b62eb6e099ecbde93b8f229d559bb4648a.tar.gz |
Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/pdksh/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/shells/pdksh/Makefile b/shells/pdksh/Makefile index 01378265cbc..c661e686f16 100644 --- a/shells/pdksh/Makefile +++ b/shells/pdksh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2009/02/21 20:06:30 tnn Exp $ +# $NetBSD: Makefile,v 1.19 2009/04/09 00:48:15 joerg Exp $ # DISTNAME= pdksh-5.2.14 @@ -19,7 +19,6 @@ PKG_DESTDIR_SUPPORT= user-destdir PKG_INSTALLATION_TYPES= overwrite pkgviews BOOTSTRAP_PKG= yes -NO_CHECKSUM= yes GNU_CONFIGURE= yes PKG_SHELL= bin/pdksh |