mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-31 05:41:08 +00:00
bf1a872774
- Bump PORTREVISION for PLIST change Notified by: Benjamin Kaduk <kaduk@mit.edu>
17 lines
363 B
Makefile
17 lines
363 B
Makefile
# New ports collection makefile for: coda6_client
|
|
# Date created: 9 September 2003
|
|
# Whom: Tim Robbins <tim@robbins.dropbear.id.au>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTREVISION= 2
|
|
|
|
COMMENT= Client programs for a replicated high-performance network file system
|
|
|
|
MASTERDIR= ${.CURDIR}/../coda6_server
|
|
PKGDIR= ${.CURDIR}
|
|
|
|
CODA_SUITE= client
|
|
|
|
.include "${MASTERDIR}/Makefile"
|