summaryrefslogtreecommitdiff
path: root/sysutils/amanda-server
diff options
context:
space:
mode:
authorsbd <sbd@pkgsrc.org>2012-07-30 07:04:29 +0000
committersbd <sbd@pkgsrc.org>2012-07-30 07:04:29 +0000
commitdbf5288a0538189466e951fc3bd05f276dc46265 (patch)
treee674e69a325fa5ee98e0c11cefe002f128f5a614 /sysutils/amanda-server
parent6d5f5d3b819e25a63f7129ed2f8ac4533535dbb1 (diff)
downloadpkgsrc-dbf5288a0538189466e951fc3bd05f276dc46265.tar.gz
Add SPECIAL_PERMS entries for binaries the need special perms.
Because of the above change switch all amanda packages to user-destdir support.
Diffstat (limited to 'sysutils/amanda-server')
-rw-r--r--sysutils/amanda-server/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/sysutils/amanda-server/Makefile b/sysutils/amanda-server/Makefile
index 864cdbe8c31..73e7a6ac904 100644
--- a/sysutils/amanda-server/Makefile
+++ b/sysutils/amanda-server/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2012/07/30 07:00:50 sbd Exp $
+# $NetBSD: Makefile,v 1.52 2012/07/30 07:04:29 sbd Exp $
PKGNAME= amanda-server-${AMANDA_VERSION}
PKGREVISION= 2
@@ -6,7 +6,7 @@ SVR4_PKGNAME= amase
COMMENT= Server part of Amanda, a network backup system
-PKG_DESTDIR_SUPPORT= destdir
+PKG_DESTDIR_SUPPORT= user-destdir
.include "../../sysutils/amanda-common/Makefile.common"
@@ -30,5 +30,9 @@ PLIST_VARS+= scsi
PLIST.scsi= yes
.endif
+SPECIAL_PERMS+= sbin/amcheck ${AM_PROG_PERMS}
+SPECIAL_PERMS+= libexec/planner ${AM_PROG_PERMS}
+SPECIAL_PERMS+= libexec/dumper ${AM_PROG_PERMS}
+
.include "../../sysutils/amanda-common/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"