diff options
author | asau <asau@pkgsrc.org> | 2012-10-08 09:57:15 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-08 09:57:15 +0000 |
commit | 8f75236f827c34ceeecf003721ddba4db5044cdb (patch) | |
tree | 53b43134363be0fb8b959c5efdc853bf559a032d /misc/screen/Makefile | |
parent | 04a5a3626d07f479d3e2122261c3c6b9406ec8c1 (diff) | |
download | pkgsrc-8f75236f827c34ceeecf003721ddba4db5044cdb.tar.gz |
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'misc/screen/Makefile')
-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 d087d340f73..6cf56c777d1 100644 --- a/misc/screen/Makefile +++ b/misc/screen/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.84 2012/09/15 09:14:53 apb Exp $ +# $NetBSD: Makefile,v 1.85 2012/10/08 09:57:37 asau Exp $ DISTNAME= screen-4.0.3 PKGREVISION= 5 @@ -13,7 +13,6 @@ COMMENT= Multi-screen window manager LICENSE= gnu-gpl-v2 PKG_INSTALLATION_TYPES= overwrite pkgviews -PKG_DESTDIR_SUPPORT= user-destdir .include "options.mk" |