summaryrefslogtreecommitdiff
path: root/misc/amanda25-client
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2006-03-22 06:47:58 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2006-03-22 06:47:58 +0000
commit2cccea9a40f5b37bd94a2f8945779a31d72c5ad4 (patch)
treec8cd8a98188c1a0aad62a5132a98059f0b97d645 /misc/amanda25-client
parent- Update to 0.4 (diff)
Fix incorrect $PORTNAME usage.
Notes
Notes: svn path=/head/; revision=157935
Diffstat (limited to 'misc/amanda25-client')
-rw-r--r--misc/amanda25-client/Makefile2
1 files changed, 1 insertions, 1 deletions
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)