diff options
author | jeh <jeh@FreeBSD.org> | 2003-07-17 01:10:29 +0800 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2003-07-17 01:10:29 +0800 |
commit | 5e642db9c42f398327271a5421dd71dff2d71135 (patch) | |
tree | f422dc9e7fcb977d6edbe5513364f10525166005 /misc/amanda-client | |
parent | 3817f23fd19387269611a0a6ae0bd99596b5343a (diff) | |
download | freebsd-ports-gnome-5e642db9c42f398327271a5421dd71dff2d71135.tar.gz freebsd-ports-gnome-5e642db9c42f398327271a5421dd71dff2d71135.tar.zst freebsd-ports-gnome-5e642db9c42f398327271a5421dd71dff2d71135.zip |
Finally remove the dependancy on GTAR
Bump PORTREVISION as in PR
Submitted by: naddy
PR: 54548
Diffstat (limited to 'misc/amanda-client')
-rw-r--r-- | misc/amanda-client/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/amanda-client/Makefile b/misc/amanda-client/Makefile index 9de355565384..231ee1b83e8b 100644 --- a/misc/amanda-client/Makefile +++ b/misc/amanda-client/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ${MASTERPORTNAME:S/-server/-client/g} -PORTREVISION= 0 +PORTREVISION= 1 MASTERDIR= ${.CURDIR}/../amanda-server COMMENT= The Advanced Maryland Automatic Network Disk Archiver (client) |