diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-07-05 15:54:48 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-07-05 15:54:48 +0800 |
commit | 5f684f1f4519a03439111ed67e727981faa84082 (patch) | |
tree | 44c3dfe5da9a23238fa5d3a556667f7eb89a7e74 /net/coda6_client | |
parent | 59e843cbdfac4e7120a8d33501554a1a5451cc9a (diff) | |
download | freebsd-ports-gnome-5f684f1f4519a03439111ed67e727981faa84082.tar.gz freebsd-ports-gnome-5f684f1f4519a03439111ed67e727981faa84082.tar.zst freebsd-ports-gnome-5f684f1f4519a03439111ed67e727981faa84082.zip |
- Fix CONFLICTS: net/coda6_client was mistakenly affected
- Bump PORTREVISION for PLIST change
Notified by: Benjamin Kaduk <kaduk@mit.edu>
Diffstat (limited to 'net/coda6_client')
-rw-r--r-- | net/coda6_client/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/coda6_client/Makefile b/net/coda6_client/Makefile index 5da94afae239..d3e14e76f51a 100644 --- a/net/coda6_client/Makefile +++ b/net/coda6_client/Makefile @@ -4,6 +4,8 @@ # # $FreeBSD$ +PORTREVISION= 2 + COMMENT= Client programs for a replicated high-performance network file system MASTERDIR= ${.CURDIR}/../coda6_server |