diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2012-05-15 14:37:05 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2012-05-15 14:37:05 +0000 |
commit | 4f956ba8fffe442e0107c05714f5cb687854dc68 (patch) | |
tree | f9c504a287fc8abf022fa265ee2e0466278c8d66 /misc/amanda32-client | |
parent | 7a5a3316d12ad99ce8b1659af5d248a9aab04bea (diff) | |
download | ports-4f956ba8fffe442e0107c05714f5cb687854dc68.tar.gz ports-4f956ba8fffe442e0107c05714f5cb687854dc68.zip |
- Upgrade to 3.3.1 after preserving 3.2.x as
misc/amanda32-{server,client} by repocopy.
Notes
Notes:
svn path=/head/; revision=296672
Diffstat (limited to 'misc/amanda32-client')
-rw-r--r-- | misc/amanda32-client/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/amanda32-client/Makefile b/misc/amanda32-client/Makefile index 36380db280cf..1c1f1b788b03 100644 --- a/misc/amanda32-client/Makefile +++ b/misc/amanda32-client/Makefile @@ -10,7 +10,7 @@ PORTREVISION= 0 COMMENT= The Advanced Maryland Automatic Network Disk Archiver (client) -MASTERDIR= ${.CURDIR}/../amanda-server +MASTERDIR= ${.CURDIR}/../amanda32-server PKGINSTALL= mustnotexist PLIST= ${PKGDIR}/pkg-plist.client |