diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-10-14 15:40:30 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-10-14 15:40:30 +0000 |
commit | 504ccabadb7c6f8dbb03b44876884dc810e6413c (patch) | |
tree | b93e7d9cc16389b5b9b8f5aabfcd3481fb1ce712 /misc/amanda26-client | |
parent | 01a88811219099e5436448152e03b09fbefb0095 (diff) | |
download | ports-504ccabadb7c6f8dbb03b44876884dc810e6413c.tar.gz ports-504ccabadb7c6f8dbb03b44876884dc810e6413c.zip |
Notes
Diffstat (limited to 'misc/amanda26-client')
-rw-r--r-- | misc/amanda26-client/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/misc/amanda26-client/Makefile b/misc/amanda26-client/Makefile index 9de355565384..42cf35944e1b 100644 --- a/misc/amanda26-client/Makefile +++ b/misc/amanda26-client/Makefile @@ -6,11 +6,13 @@ # PORTNAME= ${MASTERPORTNAME:S/-server/-client/g} -PORTREVISION= 0 +PORTREVISION= 1 -MASTERDIR= ${.CURDIR}/../amanda-server COMMENT= The Advanced Maryland Automatic Network Disk Archiver (client) + +MASTERDIR= ${.CURDIR}/../amanda-server PKGINSTALL= mustnotexist + PLIST= ${PKGDIR}/pkg-plist.client CLIENT_ONLY= yes |