summaryrefslogtreecommitdiff
path: root/sysutils/amanda-server/Makefile
diff options
context:
space:
mode:
authorsbd <sbd>2012-07-30 07:04:29 +0000
committersbd <sbd>2012-07-30 07:04:29 +0000
commit1f924bb28eb01e9179b5dc808d274e41854e3217 (patch)
treee674e69a325fa5ee98e0c11cefe002f128f5a614 /sysutils/amanda-server/Makefile
parent64a3205f5f027772a095418a52a565b86a4a8956 (diff)
downloadpkgsrc-1f924bb28eb01e9179b5dc808d274e41854e3217.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/Makefile')
-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"