summaryrefslogtreecommitdiff
path: root/misc/kdeutils3
diff options
context:
space:
mode:
authorjlam <jlam>2002-10-07 03:54:12 +0000
committerjlam <jlam>2002-10-07 03:54:12 +0000
commit19931765ab314169100a52eb77302c849f2521d3 (patch)
treefc4b6f3c6c53c91190a048d38a21755cf0ec3955 /misc/kdeutils3
parent3de1cc82901da2ca99063a1bf3e462228fb2e735 (diff)
downloadpkgsrc-19931765ab314169100a52eb77302c849f2521d3.tar.gz
Use bsd.pkg.install.mk and SPECIAL_PERMS to ensure that ${PREFIX}/bin/efax
is setuid to ${ROOT_USER}:${ROOT_GROUP} at post-install time.
Diffstat (limited to 'misc/kdeutils3')
-rw-r--r--misc/kdeutils3/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/kdeutils3/Makefile b/misc/kdeutils3/Makefile
index 21ee8b88adf..c6acdd167bc 100644
--- a/misc/kdeutils3/Makefile
+++ b/misc/kdeutils3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2002/10/04 00:14:18 chris Exp $
+# $NetBSD: Makefile,v 1.7 2002/10/07 03:54:12 jlam Exp $
DISTNAME= kdeutils-3.0.3
COMMENT= Utilities for the KDE integrated X11 desktop
@@ -12,8 +12,7 @@ LDFLAGS+= ${EXPORT_SYMBOLS_LDFLAGS}
.include "../../mk/bsd.prefs.mk"
-post-install:
- ${CHMOD} -s ${PREFIX}/bin/efax
+SPECIAL_PERMS+= ${PREFIX}/bin/efax ${ROOT_USER} ${ROOT_GROUP} 4711
.if ${OPSYS} == "NetBSD" && exists(/usr/include/machine/apmvar.h)
CPPFLAGS+= -D__NetBSD_APM__
@@ -22,4 +21,5 @@ CPPFLAGS+= -D__NetBSD_APM__
.include "../../x11/kde3/buildlink2.mk"
.include "../../x11/kdebase3/buildlink2.mk"
+.include "../../mk/bsd.pkg.install.mk"
.include "../../mk/bsd.pkg.mk"