summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorhubertf <hubertf>2003-07-15 14:50:05 +0000
committerhubertf <hubertf>2003-07-15 14:50:05 +0000
commit5f6d5a38cd9cae9c132d6ac0321afa5e46c63bf9 (patch)
treed4b1e3f7aa38d39c5d5f30718cecab03b2e4980c /x11
parent7d75b2fdc3a90215aec74c1d1c79d4f5662584a3 (diff)
downloadpkgsrc-5f6d5a38cd9cae9c132d6ac0321afa5e46c63bf9.tar.gz
use tar to handle permissions
Diffstat (limited to 'x11')
-rw-r--r--x11/xlockmore-lite/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/x11/xlockmore-lite/Makefile b/x11/xlockmore-lite/Makefile
index a907ce70708..b87d93f7d89 100644
--- a/x11/xlockmore-lite/Makefile
+++ b/x11/xlockmore-lite/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2003/06/30 07:31:19 jlam Exp $
+# $NetBSD: Makefile,v 1.2 2003/07/15 14:50:05 hubertf Exp $
.include "../xlockmore/Makefile.common"
@@ -14,9 +14,4 @@ CONFIGURE_ARGS+= --without-mesa
CONFIGURE_ARGS+= --without-esound
CONFIGURE_ENV+= CXX="${CC}" # no dependency on libstdc++
-# xlock is installed setuid-root, so mark it as such in the binary package.
-#
-USE_PKGINSTALL= YES
-SPECIAL_PERMS= ${PREFIX}/bin/xlock ${SETUID_ROOT_PERMS}
-
.include "../../mk/bsd.pkg.mk"