summaryrefslogtreecommitdiff
path: root/mail/qmqtool
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2007-06-15 14:57:10 +0000
committerjlam <jlam@pkgsrc.org>2007-06-15 14:57:10 +0000
commit5e5d791a02a803755f0379c34c352d17ff00b797 (patch)
tree5c949935f5611309618f2d36a4beb097a21fd9a4 /mail/qmqtool
parentd855bafc679c4a2775290f99aa6f4e35b2539f50 (diff)
downloadpkgsrc-5e5d791a02a803755f0379c34c352d17ff00b797.tar.gz
Non-set[ug]id permssions are not so special. Get rid of SPECIAL_PERMS
setting and instead just chmod the qmqtool script to 0700 at install time.
Diffstat (limited to 'mail/qmqtool')
-rw-r--r--mail/qmqtool/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/qmqtool/Makefile b/mail/qmqtool/Makefile
index 02413f7760f..20b2af61cac 100644
--- a/mail/qmqtool/Makefile
+++ b/mail/qmqtool/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2007/03/24 07:10:43 schmonz Exp $
+# $NetBSD: Makefile,v 1.3 2007/06/15 14:57:10 jlam Exp $
#
DISTNAME= qmqtool-current
@@ -16,7 +16,6 @@ USE_LANGUAGES= # none
USE_TOOLS+= perl:run
NO_BUILD= yes
REPLACE_PERL= qmqtool
-SPECIAL_PERMS+= ${PREFIX}/sbin/qmqtool ${ROOT_USER} ${ROOT_GROUP} 0700
SUBST_CLASSES+= paths
SUBST_FILES.paths= ${WRKSRC}/qmqtool
@@ -34,5 +33,6 @@ do-install:
cp qmqtool ${PREFIX}/sbin; \
cp Artistic ChangeLog FAQ README ${PREFIX}/share/doc/qmqtool; \
cp -Rp contrib ${PREFIX}/share/examples/qmqtool
+ ${CHMOD} 0700 ${PREFIX}/sbin/qmqtool
.include "../../mk/bsd.pkg.mk"