diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2006-03-22 06:47:58 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2006-03-22 06:47:58 +0000 |
commit | 2cccea9a40f5b37bd94a2f8945779a31d72c5ad4 (patch) | |
tree | c8cd8a98188c1a0aad62a5132a98059f0b97d645 /misc/amanda-server | |
parent | edfcc80c48ffac52b330d570e6ef9a31927cb365 (diff) | |
download | ports-2cccea9a40f5b37bd94a2f8945779a31d72c5ad4.tar.gz ports-2cccea9a40f5b37bd94a2f8945779a31d72c5ad4.zip |
Notes
Diffstat (limited to 'misc/amanda-server')
-rw-r--r-- | misc/amanda-server/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/amanda-server/Makefile b/misc/amanda-server/Makefile index 8a23c5ea0034..40080591d7c0 100644 --- a/misc/amanda-server/Makefile +++ b/misc/amanda-server/Makefile @@ -5,9 +5,10 @@ # $FreeBSD$ # -PORTNAME?= ${MASTERPORTNAME} +PORTNAME= amanda PORTVERSION= 2.4.5p1 PORTREVISION?= 0 +PKGNAMESUFFIX?= -server PORTEPOCH= 1 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -18,7 +19,6 @@ COMMENT?= The Advanced Maryland Automatic Network Disk Archiver (server) WRKSRC= ${WRKDIR}/amanda-${PORTVERSION} SLAVEDIRS= misc/amanda-client -MASTERPORTNAME= amanda-server BUILD_DEPENDS= ${LOCALBASE}/bin/gtar:${PORTSDIR}/archivers/gtar RUN_DEPENDS= ${LOCALBASE}/bin/gtar:${PORTSDIR}/archivers/gtar |