aboutsummaryrefslogtreecommitdiffstats
path: root/misc/amanda32-client
diff options
context:
space:
mode:
authorkuriyama <kuriyama@FreeBSD.org>2006-03-22 14:47:58 +0800
committerkuriyama <kuriyama@FreeBSD.org>2006-03-22 14:47:58 +0800
commit5324dcdc77faa49eb04617f71ad4d710beb1a59f (patch)
tree80e486173492722685ad53038f4315bde3e30724 /misc/amanda32-client
parentd10cd474d61051703a5b9261f6040ae364ffe69a (diff)
downloadfreebsd-ports-gnome-5324dcdc77faa49eb04617f71ad4d710beb1a59f.tar.gz
freebsd-ports-gnome-5324dcdc77faa49eb04617f71ad4d710beb1a59f.tar.zst
freebsd-ports-gnome-5324dcdc77faa49eb04617f71ad4d710beb1a59f.zip
Fix incorrect $PORTNAME usage.
Diffstat (limited to 'misc/amanda32-client')
-rw-r--r--misc/amanda32-client/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/amanda32-client/Makefile b/misc/amanda32-client/Makefile
index 42cf35944e1b..4e059afb73e2 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)