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/amanda25-client | |
parent | 01a88811219099e5436448152e03b09fbefb0095 (diff) |
Bump PORTREVISION
Make portlint happyer
PR: 87426
Notified by: Patrick M. Hausen <hausen@punkt.de>
Notes
Notes:
svn path=/head/; revision=145391
Diffstat (limited to 'misc/amanda25-client')
-rw-r--r-- | misc/amanda25-client/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/misc/amanda25-client/Makefile b/misc/amanda25-client/Makefile index 9de355565384..42cf35944e1b 100644 --- a/misc/amanda25-client/Makefile +++ b/misc/amanda25-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 |