diff options
author | mnag <mnag@FreeBSD.org> | 2005-10-14 23:40:30 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2005-10-14 23:40:30 +0800 |
commit | bc9397afa59b4e455e0c4f8520106d85794b0cbe (patch) | |
tree | 3a5cfcd7151a8d19a450ed480f42ba915c1406d8 /misc/amanda25-client | |
parent | 3625011c7b60ca780d520dd9e7df2cbdefc07cb5 (diff) | |
download | freebsd-ports-gnome-bc9397afa59b4e455e0c4f8520106d85794b0cbe.tar.gz freebsd-ports-gnome-bc9397afa59b4e455e0c4f8520106d85794b0cbe.tar.zst freebsd-ports-gnome-bc9397afa59b4e455e0c4f8520106d85794b0cbe.zip |
Bump PORTREVISION
Make portlint happyer
PR: 87426
Notified by: Patrick M. Hausen <hausen@punkt.de>
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 |