diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2006-03-22 14:47:58 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2006-03-22 14:47:58 +0800 |
commit | 5324dcdc77faa49eb04617f71ad4d710beb1a59f (patch) | |
tree | 80e486173492722685ad53038f4315bde3e30724 /misc | |
parent | d10cd474d61051703a5b9261f6040ae364ffe69a (diff) | |
download | freebsd-ports-graphics-5324dcdc77faa49eb04617f71ad4d710beb1a59f.tar.gz freebsd-ports-graphics-5324dcdc77faa49eb04617f71ad4d710beb1a59f.tar.zst freebsd-ports-graphics-5324dcdc77faa49eb04617f71ad4d710beb1a59f.zip |
Fix incorrect $PORTNAME usage.
Diffstat (limited to 'misc')
-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, 12 insertions, 12 deletions
diff --git a/misc/amanda-client/Makefile b/misc/amanda-client/Makefile index 42cf35944e1..4e059afb73e 100644 --- a/misc/amanda-client/Makefile +++ b/misc/amanda-client/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -PORTNAME= ${MASTERPORTNAME:S/-server/-client/g} +PKGNAMESUFFIX= -client PORTREVISION= 1 COMMENT= The Advanced Maryland Automatic Network Disk Archiver (client) diff --git a/misc/amanda-server/Makefile b/misc/amanda-server/Makefile index 8a23c5ea003..40080591d7c 100644 --- a/misc/amanda-server/Makefile +++ b/misc/amanda-server/Makefile @@ -5,9 +5,10 @@ # $FreeBSD$ # -PORTNAME?= ${MASTERPORTNAME} +PORTNAME= amanda PORTVERSION= 2.4.5p1 PORTREVISION?= 0 +PKGNAMESUFFIX?= -server PORTEPOCH= 1 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -18,7 +19,6 @@ COMMENT?= The Advanced Maryland Automatic Network Disk Archiver (server) WRKSRC= ${WRKDIR}/amanda-${PORTVERSION} SLAVEDIRS= misc/amanda-client -MASTERPORTNAME= amanda-server BUILD_DEPENDS= ${LOCALBASE}/bin/gtar:${PORTSDIR}/archivers/gtar RUN_DEPENDS= ${LOCALBASE}/bin/gtar:${PORTSDIR}/archivers/gtar diff --git a/misc/amanda25-client/Makefile b/misc/amanda25-client/Makefile index 42cf35944e1..4e059afb73e 100644 --- a/misc/amanda25-client/Makefile +++ b/misc/amanda25-client/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -PORTNAME= ${MASTERPORTNAME:S/-server/-client/g} +PKGNAMESUFFIX= -client PORTREVISION= 1 COMMENT= The Advanced Maryland Automatic Network Disk Archiver (client) diff --git a/misc/amanda25-server/Makefile b/misc/amanda25-server/Makefile index 8a23c5ea003..40080591d7c 100644 --- a/misc/amanda25-server/Makefile +++ b/misc/amanda25-server/Makefile @@ -5,9 +5,10 @@ # $FreeBSD$ # -PORTNAME?= ${MASTERPORTNAME} +PORTNAME= amanda PORTVERSION= 2.4.5p1 PORTREVISION?= 0 +PKGNAMESUFFIX?= -server PORTEPOCH= 1 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -18,7 +19,6 @@ COMMENT?= The Advanced Maryland Automatic Network Disk Archiver (server) WRKSRC= ${WRKDIR}/amanda-${PORTVERSION} SLAVEDIRS= misc/amanda-client -MASTERPORTNAME= amanda-server BUILD_DEPENDS= ${LOCALBASE}/bin/gtar:${PORTSDIR}/archivers/gtar RUN_DEPENDS= ${LOCALBASE}/bin/gtar:${PORTSDIR}/archivers/gtar diff --git a/misc/amanda26-client/Makefile b/misc/amanda26-client/Makefile index 42cf35944e1..4e059afb73e 100644 --- a/misc/amanda26-client/Makefile +++ b/misc/amanda26-client/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -PORTNAME= ${MASTERPORTNAME:S/-server/-client/g} +PKGNAMESUFFIX= -client PORTREVISION= 1 COMMENT= The Advanced Maryland Automatic Network Disk Archiver (client) diff --git a/misc/amanda26-server/Makefile b/misc/amanda26-server/Makefile index 8a23c5ea003..40080591d7c 100644 --- a/misc/amanda26-server/Makefile +++ b/misc/amanda26-server/Makefile @@ -5,9 +5,10 @@ # $FreeBSD$ # -PORTNAME?= ${MASTERPORTNAME} +PORTNAME= amanda PORTVERSION= 2.4.5p1 PORTREVISION?= 0 +PKGNAMESUFFIX?= -server PORTEPOCH= 1 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -18,7 +19,6 @@ COMMENT?= The Advanced Maryland Automatic Network Disk Archiver (server) WRKSRC= ${WRKDIR}/amanda-${PORTVERSION} SLAVEDIRS= misc/amanda-client -MASTERPORTNAME= amanda-server BUILD_DEPENDS= ${LOCALBASE}/bin/gtar:${PORTSDIR}/archivers/gtar RUN_DEPENDS= ${LOCALBASE}/bin/gtar:${PORTSDIR}/archivers/gtar diff --git a/misc/amanda32-client/Makefile b/misc/amanda32-client/Makefile index 42cf35944e1..4e059afb73e 100644 --- a/misc/amanda32-client/Makefile +++ b/misc/amanda32-client/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -PORTNAME= ${MASTERPORTNAME:S/-server/-client/g} +PKGNAMESUFFIX= -client PORTREVISION= 1 COMMENT= The Advanced Maryland Automatic Network Disk Archiver (client) diff --git a/misc/amanda32-server/Makefile b/misc/amanda32-server/Makefile index 8a23c5ea003..40080591d7c 100644 --- a/misc/amanda32-server/Makefile +++ b/misc/amanda32-server/Makefile @@ -5,9 +5,10 @@ # $FreeBSD$ # -PORTNAME?= ${MASTERPORTNAME} +PORTNAME= amanda PORTVERSION= 2.4.5p1 PORTREVISION?= 0 +PKGNAMESUFFIX?= -server PORTEPOCH= 1 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -18,7 +19,6 @@ COMMENT?= The Advanced Maryland Automatic Network Disk Archiver (server) WRKSRC= ${WRKDIR}/amanda-${PORTVERSION} SLAVEDIRS= misc/amanda-client -MASTERPORTNAME= amanda-server BUILD_DEPENDS= ${LOCALBASE}/bin/gtar:${PORTSDIR}/archivers/gtar RUN_DEPENDS= ${LOCALBASE}/bin/gtar:${PORTSDIR}/archivers/gtar |