diff options
author | James E. Housley <jeh@FreeBSD.org> | 2001-12-03 13:18:46 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2001-12-03 13:18:46 +0000 |
commit | 814ed2099e6a005b7758b6f62e6eded296a7b380 (patch) | |
tree | e1178b3ca734084760dba65cb37fa0412139082b /misc/amanda25-client | |
parent | 821c5b66a21cf6d9549af0c9b343040b727dfbb0 (diff) | |
download | ports-814ed2099e6a005b7758b6f62e6eded296a7b380.tar.gz ports-814ed2099e6a005b7758b6f62e6eded296a7b380.zip |
Notes
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 |