diff options
-rw-r--r-- | misc/amanda-client/Makefile | 6 | ||||
-rw-r--r-- | misc/amanda25-client/Makefile | 6 | ||||
-rw-r--r-- | misc/amanda26-client/Makefile | 6 | ||||
-rw-r--r-- | misc/amanda32-client/Makefile | 6 |
4 files changed, 16 insertions, 8 deletions
diff --git a/misc/amanda-client/Makefile b/misc/amanda-client/Makefile index 9de355565384..42cf35944e1b 100644 --- a/misc/amanda-client/Makefile +++ b/misc/amanda-client/Makefile @@ -6,11 +6,13 @@ # PORTNAME= ${MASTERPORTNAME:S/-server/-client/g} -PORTREVISION= 0 +PORTREVISION= 1 -MASTERDIR= ${.CURDIR}/../amanda-server COMMENT= The Advanced Maryland Automatic Network Disk Archiver (client) + +MASTERDIR= ${.CURDIR}/../amanda-server PKGINSTALL= mustnotexist + PLIST= ${PKGDIR}/pkg-plist.client CLIENT_ONLY= yes diff --git a/misc/amanda25-client/Makefile b/misc/amanda25-client/Makefile index 9de355565384..42cf35944e1b 100644 --- a/misc/amanda25-client/Makefile +++ b/misc/amanda25-client/Makefile @@ -6,11 +6,13 @@ # PORTNAME= ${MASTERPORTNAME:S/-server/-client/g} -PORTREVISION= 0 +PORTREVISION= 1 -MASTERDIR= ${.CURDIR}/../amanda-server COMMENT= The Advanced Maryland Automatic Network Disk Archiver (client) + +MASTERDIR= ${.CURDIR}/../amanda-server PKGINSTALL= mustnotexist + PLIST= ${PKGDIR}/pkg-plist.client CLIENT_ONLY= yes diff --git a/misc/amanda26-client/Makefile b/misc/amanda26-client/Makefile index 9de355565384..42cf35944e1b 100644 --- a/misc/amanda26-client/Makefile +++ b/misc/amanda26-client/Makefile @@ -6,11 +6,13 @@ # PORTNAME= ${MASTERPORTNAME:S/-server/-client/g} -PORTREVISION= 0 +PORTREVISION= 1 -MASTERDIR= ${.CURDIR}/../amanda-server COMMENT= The Advanced Maryland Automatic Network Disk Archiver (client) + +MASTERDIR= ${.CURDIR}/../amanda-server PKGINSTALL= mustnotexist + PLIST= ${PKGDIR}/pkg-plist.client CLIENT_ONLY= yes diff --git a/misc/amanda32-client/Makefile b/misc/amanda32-client/Makefile index 9de355565384..42cf35944e1b 100644 --- a/misc/amanda32-client/Makefile +++ b/misc/amanda32-client/Makefile @@ -6,11 +6,13 @@ # PORTNAME= ${MASTERPORTNAME:S/-server/-client/g} -PORTREVISION= 0 +PORTREVISION= 1 -MASTERDIR= ${.CURDIR}/../amanda-server COMMENT= The Advanced Maryland Automatic Network Disk Archiver (client) + +MASTERDIR= ${.CURDIR}/../amanda-server PKGINSTALL= mustnotexist + PLIST= ${PKGDIR}/pkg-plist.client CLIENT_ONLY= yes |