freebsd-ports/misc/amanda32-client/Makefile
James E. Housley 2572326b98 Fix PLIST errors.
- only build and install amdd & ammt in the server
- add amdd.8 and ammt.8
Bump PORTREVISION to 1
2001-12-04 13:22:26 +00:00

19 lines
368 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}/../amanda-server
COMMENT= ${PKGDIR}/pkg-comment.client
PKGINSTALL= mustnotexist
PLIST= ${PKGDIR}/pkg-plist.client
CLIENT_ONLY= yes
.include "${MASTERDIR}/Makefile"