diff options
author | rvb <rvb@pkgsrc.org> | 1998-10-02 14:38:58 +0000 |
---|---|---|
committer | rvb <rvb@pkgsrc.org> | 1998-10-02 14:38:58 +0000 |
commit | 8e5b5287fe0ec9133054772b6424ecc30230b734 (patch) | |
tree | 1dfbe0abd58f94aaebbd4d2be0b90abfc1bd717f /net/coda_server/Makefile | |
parent | 1a26b7743c979d706a8b7adbb246d7f87d9de2de (diff) | |
download | pkgsrc-8e5b5287fe0ec9133054772b6424ecc30230b734.tar.gz |
Attend to some comments by Alan Barret and Thorsten Frueauf.
Also, run pkglint. And then contend with the ci conflict
that ensued since agc did a lot of these changes too.
Diffstat (limited to 'net/coda_server/Makefile')
-rw-r--r-- | net/coda_server/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net/coda_server/Makefile b/net/coda_server/Makefile index 8ba6a8eae4c..b9e2b4155e9 100644 --- a/net/coda_server/Makefile +++ b/net/coda_server/Makefile @@ -1,17 +1,17 @@ -# $NetBSD: Makefile,v 1.2 1998/10/02 13:41:05 agc Exp $ +# $NetBSD: Makefile,v 1.3 1998/10/02 14:38:59 rvb Exp $ # DISTNAME= coda-4.6.5 -PKGNAME= coda-server-4.6.5 +PKGNAME= coda-server-4.6.5.1 CATEGORIES= net MASTER_SITES= ftp://ftp.coda.cs.cmu.edu/pub/coda/src/ EXTRACT_SUFX= .tgz -MAINTAINER= coda@cs.cmu.edu +MAINTAINER= rvb@cs.cmu.edu HOMEPAGE= http://www.coda.cs.cmu.edu/ -DEPENDS+= gdbm-1.7.3:../../databases/gdbm -DEPENDS+= readline-2.2:../../devel/readline +DEPENDS+= gdbm-*:../../databases/gdbm +DEPENDS+= readline-*:../../devel/readline ALL_TARGET= coda INSTALL_TARGET= server-install |