diff options
author | jlam <jlam@pkgsrc.org> | 2005-12-29 06:21:30 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-12-29 06:21:30 +0000 |
commit | dc9594e09db96635641a7e05b49d34b554b9bb21 (patch) | |
tree | cd74196fb4970fddf0114e46d23d0bc534a0a70a /misc/screen | |
parent | 4ab7433a2c2c8636b92563136007796500cc4d1b (diff) | |
download | pkgsrc-dc9594e09db96635641a7e05b49d34b554b9bb21.tar.gz |
Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
Diffstat (limited to 'misc/screen')
-rw-r--r-- | misc/screen/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/screen/Makefile b/misc/screen/Makefile index 99d427ce3aa..abbdf43c061 100644 --- a/misc/screen/Makefile +++ b/misc/screen/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.63 2005/12/28 17:53:24 reed Exp $ +# $NetBSD: Makefile,v 1.64 2005/12/29 06:21:55 jlam Exp $ DISTNAME= screen-4.0.2 PKGREVISION= 4 @@ -14,7 +14,6 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews NOT_FOR_PLATFORM= Interix-*-* # user auth and username size fixes needed -USE_PKGINSTALL= YES INFO_FILES= screen.info PLIST_SUBST+= DISTNAME=${DISTNAME:Q} FILES_SUBST+= EXAMPLES=${PREFIX:Q}/share/examples/screen |