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 | |
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>
-rw-r--r-- | misc/amanda-client/Makefile | 6 | ||||
-rw-r--r-- | misc/amanda25-client/Makefile | 6 | ||||
-rw-r--r-- | misc/amanda26-client/Makefile | 6 | ||||
-rw-r--r-- | misc/amanda32-client/Makefile | 6 |
4 files changed, 16 insertions, 8 deletions
diff --git a/misc/amanda-client/Makefile b/misc/amanda-client/Makefile index 9de355565384..42cf35944e1b 100644 --- a/misc/amanda-client/Makefile +++ b/misc/amanda-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 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 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 diff --git a/misc/amanda32-client/Makefile b/misc/amanda32-client/Makefile index 9de355565384..42cf35944e1b 100644 --- a/misc/amanda32-client/Makefile +++ b/misc/amanda32-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 |