diff options
author | jeh <jeh@FreeBSD.org> | 2001-01-31 10:07:52 +0800 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2001-01-31 10:07:52 +0800 |
commit | 2f9874231d499b2f885ce183ee4bd9c596108db0 (patch) | |
tree | 9da1efcb499c56c69ebbd0bc0a05fa50d02b00b5 /misc | |
parent | fb3e9b63d628502616192914e324845939efcace (diff) | |
download | freebsd-ports-gnome-2f9874231d499b2f885ce183ee4bd9c596108db0.tar.gz freebsd-ports-gnome-2f9874231d499b2f885ce183ee4bd9c596108db0.tar.zst freebsd-ports-gnome-2f9874231d499b2f885ce183ee4bd9c596108db0.zip |
Allow -client & -server to be at different REVISIONS
Diffstat (limited to 'misc')
-rw-r--r-- | misc/amanda-client/Makefile | 1 | ||||
-rw-r--r-- | misc/amanda24-client/Makefile | 1 | ||||
-rw-r--r-- | misc/amanda25-client/Makefile | 1 | ||||
-rw-r--r-- | misc/amanda26-client/Makefile | 1 | ||||
-rw-r--r-- | misc/amanda32-client/Makefile | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/misc/amanda-client/Makefile b/misc/amanda-client/Makefile index ec5bd27292b4..ccc658396421 100644 --- a/misc/amanda-client/Makefile +++ b/misc/amanda-client/Makefile @@ -6,6 +6,7 @@ # PORTNAME= ${MASTERPORTNAME:S/-server/-client/g} +PORTREVISION= 0 MASTERDIR= ${.CURDIR}/../amanda24-server COMMENT= ${PKGDIR}/pkg-comment.client diff --git a/misc/amanda24-client/Makefile b/misc/amanda24-client/Makefile index ec5bd27292b4..ccc658396421 100644 --- a/misc/amanda24-client/Makefile +++ b/misc/amanda24-client/Makefile @@ -6,6 +6,7 @@ # PORTNAME= ${MASTERPORTNAME:S/-server/-client/g} +PORTREVISION= 0 MASTERDIR= ${.CURDIR}/../amanda24-server COMMENT= ${PKGDIR}/pkg-comment.client diff --git a/misc/amanda25-client/Makefile b/misc/amanda25-client/Makefile index ec5bd27292b4..ccc658396421 100644 --- a/misc/amanda25-client/Makefile +++ b/misc/amanda25-client/Makefile @@ -6,6 +6,7 @@ # PORTNAME= ${MASTERPORTNAME:S/-server/-client/g} +PORTREVISION= 0 MASTERDIR= ${.CURDIR}/../amanda24-server COMMENT= ${PKGDIR}/pkg-comment.client diff --git a/misc/amanda26-client/Makefile b/misc/amanda26-client/Makefile index ec5bd27292b4..ccc658396421 100644 --- a/misc/amanda26-client/Makefile +++ b/misc/amanda26-client/Makefile @@ -6,6 +6,7 @@ # PORTNAME= ${MASTERPORTNAME:S/-server/-client/g} +PORTREVISION= 0 MASTERDIR= ${.CURDIR}/../amanda24-server COMMENT= ${PKGDIR}/pkg-comment.client diff --git a/misc/amanda32-client/Makefile b/misc/amanda32-client/Makefile index ec5bd27292b4..ccc658396421 100644 --- a/misc/amanda32-client/Makefile +++ b/misc/amanda32-client/Makefile @@ -6,6 +6,7 @@ # PORTNAME= ${MASTERPORTNAME:S/-server/-client/g} +PORTREVISION= 0 MASTERDIR= ${.CURDIR}/../amanda24-server COMMENT= ${PKGDIR}/pkg-comment.client |