diff options
author | bapt <bapt@FreeBSD.org> | 2013-11-07 01:28:33 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-11-07 01:28:33 +0800 |
commit | c4e896161f81ecbe78d9a6a07f8a9a3181721bbc (patch) | |
tree | e4bbad25de080a134d9fdd21f91d9cbfb9fcd6c6 /misc/amanda25-client/Makefile | |
parent | 5d8d5840bdead5ee18dcb58b9d91fda8c6badf17 (diff) | |
download | freebsd-ports-gnome-c4e896161f81ecbe78d9a6a07f8a9a3181721bbc.tar.gz freebsd-ports-gnome-c4e896161f81ecbe78d9a6a07f8a9a3181721bbc.tar.zst freebsd-ports-gnome-c4e896161f81ecbe78d9a6a07f8a9a3181721bbc.zip |
Fix pkg name collisions
With hat: portmgr
Diffstat (limited to 'misc/amanda25-client/Makefile')
-rw-r--r-- | misc/amanda25-client/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/amanda25-client/Makefile b/misc/amanda25-client/Makefile index a766555d9292..09ce5177f4db 100644 --- a/misc/amanda25-client/Makefile +++ b/misc/amanda25-client/Makefile @@ -1,7 +1,7 @@ # Created by: gpalmer # $FreeBSD$ -PKGNAMESUFFIX= -client +PKGNAMESUFFIX= 25-client PORTREVISION= 4 COMMENT= The Advanced Maryland Automatic Network Disk Archiver (client) |