diff options
author | jeh <jeh@FreeBSD.org> | 2001-12-03 21:18:46 +0800 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2001-12-03 21:18:46 +0800 |
commit | a5e21e6bf31f8d2378d2c1bb96dafb6128769a5b (patch) | |
tree | 6e8a2901a7046d50d8de35874c3a9f5f93f4ae61 /misc/amanda25-client | |
parent | 7de6fe6f24c59f1d6e1a6dc43498e99117658ce0 (diff) | |
download | freebsd-ports-gnome-a5e21e6bf31f8d2378d2c1bb96dafb6128769a5b.tar.gz freebsd-ports-gnome-a5e21e6bf31f8d2378d2c1bb96dafb6128769a5b.tar.zst freebsd-ports-gnome-a5e21e6bf31f8d2378d2c1bb96dafb6128769a5b.zip |
Upgrade amanda to 2.4.3b1.
This is an upgraded repo-copy of amand24-client and amanda24-server, which
along with the out dated amanda will be going away.
PR: 32419
Submitted by: John Merryweather Cooper <john_m_cooper@yahoo.com>
Approved by: jeh
Diffstat (limited to 'misc/amanda25-client')
-rw-r--r-- | misc/amanda25-client/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/amanda25-client/Makefile b/misc/amanda25-client/Makefile index b628acef5816..16388333d255 100644 --- a/misc/amanda25-client/Makefile +++ b/misc/amanda25-client/Makefile @@ -6,9 +6,9 @@ # PORTNAME= ${MASTERPORTNAME:S/-server/-client/g} -PORTREVISION= 1 +PORTREVISION= 0 -MASTERDIR= ${.CURDIR}/../amanda24-server +MASTERDIR= ${.CURDIR}/../amanda-server COMMENT= ${PKGDIR}/pkg-comment.client PKGINSTALL= mustnotexist PLIST= ${PKGDIR}/pkg-plist.client |