diff options
author | Thomas Zander <riggs@FreeBSD.org> | 2018-04-13 03:41:15 +0800 |
---|---|---|
committer | Thomas Zander <riggs@FreeBSD.org> | 2018-04-13 03:41:15 +0800 |
commit | 633ff2842ecaccc0272b78ab8213f6a9df67ae64 (patch) | |
tree | baa0e85c6d552f4b2121e6586f9adf88452a41f2 /misc | |
parent | 8944a36245dd19836d30c2548271779c18ca7c72 (diff) | |
download | freebsd-ports-gnome-633ff2842ecaccc0272b78ab8213f6a9df67ae64.tar.gz freebsd-ports-gnome-633ff2842ecaccc0272b78ab8213f6a9df67ae64.tar.zst freebsd-ports-gnome-633ff2842ecaccc0272b78ab8213f6a9df67ae64.zip |
Fix install location of security configuration file
PR: 219665
Submitted by: Trond.Endrestol@ximalas.info
Approved by: maintainer timeout
Diffstat (limited to 'misc')
-rw-r--r-- | misc/amanda-server/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/amanda-server/Makefile b/misc/amanda-server/Makefile index dc290b9ebd6e..f9fb0d94435d 100644 --- a/misc/amanda-server/Makefile +++ b/misc/amanda-server/Makefile @@ -3,7 +3,7 @@ PORTNAME= amanda PORTVERSION= 3.3.9 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= misc MASTER_SITES= SF/amanda/amanda%20-%20stable/${PORTVERSION} @@ -32,7 +32,7 @@ CONFIGURE_ARGS= --libexecdir=${PREFIX}/libexec/amanda \ --with-user=${USERS} --with-group=${AMANDA_GROUP} \ --with-bsdtcp-security --with-bsdudp-security \ --with-ssh-security \ - --disable-installperms --with-security-file=${ETCDIR}/security.conf + --disable-installperms --with-security-file=${ETCDIR}/amanda-security.conf CONFIGURE_ENV= PERL=${LOCALBASE}/bin/perl-amanda PKG_MESSAGE= ${WRKDIR}/pkg-message SUB_FILES= pkg-message |