diff options
-rw-r--r-- | misc/amanda-client/Makefile | 2 | ||||
-rw-r--r-- | misc/amanda-server/Makefile | 4 | ||||
-rw-r--r-- | misc/amanda25-client/Makefile | 2 | ||||
-rw-r--r-- | misc/amanda25-server/Makefile | 4 | ||||
-rw-r--r-- | misc/amanda26-client/Makefile | 2 | ||||
-rw-r--r-- | misc/amanda26-server/Makefile | 4 | ||||
-rw-r--r-- | misc/amanda32-client/Makefile | 2 | ||||
-rw-r--r-- | misc/amanda32-server/Makefile | 4 |
8 files changed, 20 insertions, 4 deletions
diff --git a/misc/amanda-client/Makefile b/misc/amanda-client/Makefile index 231ee1b83e8b..187bccf91d60 100644 --- a/misc/amanda-client/Makefile +++ b/misc/amanda-client/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ${MASTERPORTNAME:S/-server/-client/g} -PORTREVISION= 1 +PORTREVISION= 2 MASTERDIR= ${.CURDIR}/../amanda-server COMMENT= The Advanced Maryland Automatic Network Disk Archiver (client) diff --git a/misc/amanda-server/Makefile b/misc/amanda-server/Makefile index 757e5218cbd3..9fb139bec897 100644 --- a/misc/amanda-server/Makefile +++ b/misc/amanda-server/Makefile @@ -185,6 +185,10 @@ post-install: ${WRKSRC}/example/chg-scsi.conf \ ${WRKSRC}/example/disklist \ ${PREFIX}/share/examples/amanda + ${MKDIR} ${PREFIX}/var/amanda/gnutar-lists + ${CHOWN} operator:operator ${PREFIX}/var/amanda/gnutar-lists + ${MKDIR} /etc/amandates + ${CHOWN} operator:operator /etc/amandates .if defined (AMANDA_SERVER) CONFIGURE_ARGS+= --with-index-server=${AMANDA_SERVER} diff --git a/misc/amanda25-client/Makefile b/misc/amanda25-client/Makefile index 231ee1b83e8b..187bccf91d60 100644 --- a/misc/amanda25-client/Makefile +++ b/misc/amanda25-client/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ${MASTERPORTNAME:S/-server/-client/g} -PORTREVISION= 1 +PORTREVISION= 2 MASTERDIR= ${.CURDIR}/../amanda-server COMMENT= The Advanced Maryland Automatic Network Disk Archiver (client) diff --git a/misc/amanda25-server/Makefile b/misc/amanda25-server/Makefile index 757e5218cbd3..9fb139bec897 100644 --- a/misc/amanda25-server/Makefile +++ b/misc/amanda25-server/Makefile @@ -185,6 +185,10 @@ post-install: ${WRKSRC}/example/chg-scsi.conf \ ${WRKSRC}/example/disklist \ ${PREFIX}/share/examples/amanda + ${MKDIR} ${PREFIX}/var/amanda/gnutar-lists + ${CHOWN} operator:operator ${PREFIX}/var/amanda/gnutar-lists + ${MKDIR} /etc/amandates + ${CHOWN} operator:operator /etc/amandates .if defined (AMANDA_SERVER) CONFIGURE_ARGS+= --with-index-server=${AMANDA_SERVER} diff --git a/misc/amanda26-client/Makefile b/misc/amanda26-client/Makefile index 231ee1b83e8b..187bccf91d60 100644 --- a/misc/amanda26-client/Makefile +++ b/misc/amanda26-client/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ${MASTERPORTNAME:S/-server/-client/g} -PORTREVISION= 1 +PORTREVISION= 2 MASTERDIR= ${.CURDIR}/../amanda-server COMMENT= The Advanced Maryland Automatic Network Disk Archiver (client) diff --git a/misc/amanda26-server/Makefile b/misc/amanda26-server/Makefile index 757e5218cbd3..9fb139bec897 100644 --- a/misc/amanda26-server/Makefile +++ b/misc/amanda26-server/Makefile @@ -185,6 +185,10 @@ post-install: ${WRKSRC}/example/chg-scsi.conf \ ${WRKSRC}/example/disklist \ ${PREFIX}/share/examples/amanda + ${MKDIR} ${PREFIX}/var/amanda/gnutar-lists + ${CHOWN} operator:operator ${PREFIX}/var/amanda/gnutar-lists + ${MKDIR} /etc/amandates + ${CHOWN} operator:operator /etc/amandates .if defined (AMANDA_SERVER) CONFIGURE_ARGS+= --with-index-server=${AMANDA_SERVER} diff --git a/misc/amanda32-client/Makefile b/misc/amanda32-client/Makefile index 231ee1b83e8b..187bccf91d60 100644 --- a/misc/amanda32-client/Makefile +++ b/misc/amanda32-client/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ${MASTERPORTNAME:S/-server/-client/g} -PORTREVISION= 1 +PORTREVISION= 2 MASTERDIR= ${.CURDIR}/../amanda-server COMMENT= The Advanced Maryland Automatic Network Disk Archiver (client) diff --git a/misc/amanda32-server/Makefile b/misc/amanda32-server/Makefile index 757e5218cbd3..9fb139bec897 100644 --- a/misc/amanda32-server/Makefile +++ b/misc/amanda32-server/Makefile @@ -185,6 +185,10 @@ post-install: ${WRKSRC}/example/chg-scsi.conf \ ${WRKSRC}/example/disklist \ ${PREFIX}/share/examples/amanda + ${MKDIR} ${PREFIX}/var/amanda/gnutar-lists + ${CHOWN} operator:operator ${PREFIX}/var/amanda/gnutar-lists + ${MKDIR} /etc/amandates + ${CHOWN} operator:operator /etc/amandates .if defined (AMANDA_SERVER) CONFIGURE_ARGS+= --with-index-server=${AMANDA_SERVER} |