diff options
author | hubertf <hubertf> | 2003-07-15 14:50:05 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2003-07-15 14:50:05 +0000 |
commit | f2493f1d23474e0648b77dcc665762fd096a5d0a (patch) | |
tree | d4b1e3f7aa38d39c5d5f30718cecab03b2e4980c /x11 | |
parent | 80fab127dc6665f15d6306ed37b84a565bb91953 (diff) | |
download | pkgsrc-f2493f1d23474e0648b77dcc665762fd096a5d0a.tar.gz |
use tar to handle permissions
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xlockmore-lite/Makefile | 7 |
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" |