94e30911d6
of tar. The GNUTar is know to work in some specific conditions the previous native version did not. This allows an easy way for those that don't need tar with Amanda or want to try the new version an easy way to do so. Suggested by: Mikhail Teterin <mi@aldan.algebra.com>
19 lines
370 B
Makefile
19 lines
370 B
Makefile
# New ports collection makefile for: amanda
|
|
# Date created: 28th Feb 1995
|
|
# Whom: gpalmer
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ${MASTERPORTNAME:S/-server/-client/g}
|
|
PORTREVISION= 1
|
|
|
|
MASTERDIR= ${.CURDIR}/../amanda24-server
|
|
COMMENT= ${PKGDIR}/pkg-comment.client
|
|
PKGINSTALL= mustnotexist
|
|
PLIST= ${PKGDIR}/pkg-plist.client
|
|
|
|
CLIENT_ONLY= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|