From 5324dcdc77faa49eb04617f71ad4d710beb1a59f Mon Sep 17 00:00:00 2001 From: kuriyama Date: Wed, 22 Mar 2006 06:47:58 +0000 Subject: Fix incorrect $PORTNAME usage. --- misc/amanda25-client/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc/amanda25-client') diff --git a/misc/amanda25-client/Makefile b/misc/amanda25-client/Makefile index 42cf35944e1b..4e059afb73e2 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) -- cgit