diff options
Diffstat (limited to 'net/coda/Makefile')
-rw-r--r-- | net/coda/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/coda/Makefile b/net/coda/Makefile index 680ee1ab81c..6d4853fb12a 100644 --- a/net/coda/Makefile +++ b/net/coda/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2011/03/11 20:27:42 gdt Exp $ +# $NetBSD: Makefile,v 1.11 2012/03/05 11:27:52 gdt Exp $ # DISTNAME= coda-6.9.5 +PKGEREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.coda.cs.cmu.edu/pub/coda/src/ @@ -9,6 +10,8 @@ MAINTAINER= gdt@NetBSD.org HOMEPAGE= http://www.coda.cs.cmu.edu/ COMMENT= Coda distributed fileystem +LICENSE= gnu-gpl-v2 + PKG_DESTDIR_SUPPORT= user-destdir # See http://coda.wikidev.net/Quick_Client_Action for hints on how |