diff options
author | nectar <nectar@FreeBSD.org> | 2002-05-23 21:06:27 +0000 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 2002-05-23 21:06:27 +0000 |
commit | 9f025fe8d430711eeddfbd75125b2118b9317998 (patch) | |
tree | 378fcf9324c4167c180adde6f2cddb79a67562d4 /misc/amanda25-client | |
parent | 8c0b242c916fdb56d63cb79b3b3912a561088a2c (diff) | |
download | FreeBSD-ports-9f025fe8d430711eeddfbd75125b2118b9317998.zip FreeBSD-ports-9f025fe8d430711eeddfbd75125b2118b9317998.tar.gz |
Revive amanda-client and amanda-server. These are not the old
amanda, but rather the _current_ amanda. I mistakenly associated
them with ports/misc/amanda.
Please pass the pointy hat.
Graciously brought to my attention by: jeh
Diffstat (limited to 'misc/amanda25-client')
-rw-r--r-- | misc/amanda25-client/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/misc/amanda25-client/Makefile b/misc/amanda25-client/Makefile new file mode 100644 index 0000000..1638833 --- /dev/null +++ b/misc/amanda25-client/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: amanda +# Date created: 28th Feb 1995 +# Whom: gpalmer +# +# $FreeBSD$ +# + +PORTNAME= ${MASTERPORTNAME:S/-server/-client/g} +PORTREVISION= 0 + +MASTERDIR= ${.CURDIR}/../amanda-server +COMMENT= ${PKGDIR}/pkg-comment.client +PKGINSTALL= mustnotexist +PLIST= ${PKGDIR}/pkg-plist.client + +CLIENT_ONLY= yes + +.include "${MASTERDIR}/Makefile" |