summaryrefslogtreecommitdiff
path: root/misc/screen/Makefile
diff options
context:
space:
mode:
authorjmmv <jmmv>2009-03-05 09:59:12 +0000
committerjmmv <jmmv>2009-03-05 09:59:12 +0000
commit71d35628718288e8eafad1ee91ffc2b5e8454230 (patch)
tree4c5dabbf1ba76556043b7c3cf8e2393e89722fee /misc/screen/Makefile
parentad053618a22dcb3ead6ed67234893fd9e8c50e10 (diff)
downloadpkgsrc-71d35628718288e8eafad1ee91ffc2b5e8454230.tar.gz
Fix destdir support by defining PKG_DESTDIR_SUPPORT early enough and by
not setting setuid permissions too early.
Diffstat (limited to 'misc/screen/Makefile')
-rw-r--r--misc/screen/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/screen/Makefile b/misc/screen/Makefile
index b2ca7d078d2..d0427db9832 100644
--- a/misc/screen/Makefile
+++ b/misc/screen/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.78 2009/03/02 21:11:49 adrianp Exp $
+# $NetBSD: Makefile,v 1.79 2009/03/05 09:59:12 jmmv Exp $
DISTNAME= screen-4.0.3
PKGREVISION= 2
@@ -12,11 +12,11 @@ MAINTAINER= kim@tac.nyc.ny.us
HOMEPAGE= http://www.gnu.org/software/screen/screen.html
COMMENT= Multi-screen window manager
-.include "options.mk"
-
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
+.include "options.mk"
+
NOT_FOR_PLATFORM= Interix-*-* # user auth and username size fixes needed
PLIST_SUBST+= DISTNAME=${DISTNAME:Q}