diff options
author | agc <agc@pkgsrc.org> | 1998-10-02 13:57:28 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-10-02 13:57:28 +0000 |
commit | 6f1169be79068700e51cc19570b5daeaaf156f71 (patch) | |
tree | 7d3042778ade6e27af62ba5e9085a7fef529d044 /net | |
parent | c3d44fe7f1fb01490dee2faa0aef67d68fdb27c7 (diff) | |
download | pkgsrc-6f1169be79068700e51cc19570b5daeaaf156f71.tar.gz |
Remove useless comment from start of file.
Add NetBSD RCS Id.
Don't use wildcard dependencies (for just now).
Use the correct format for the package name.
Make this pass pkglint.
Diffstat (limited to 'net')
-rw-r--r-- | net/coda5_client/Makefile | 15 | ||||
-rw-r--r-- | net/coda_client/Makefile | 15 |
2 files changed, 8 insertions, 22 deletions
diff --git a/net/coda5_client/Makefile b/net/coda5_client/Makefile index 9cabff34281..20e58502e11 100644 --- a/net/coda5_client/Makefile +++ b/net/coda5_client/Makefile @@ -1,13 +1,8 @@ -# New makefile for: coda client -# Version required: 4.6.5 -# Date created: 19 June 1998 -# Whom: hmpierce <hmpierce@cs.cmu.edu> -# -# $Id: Makefile,v 1.1.1.1 1998/09/29 17:20:46 rvb Exp $ +# $NetBSD: Makefile,v 1.2 1998/10/02 13:57:28 agc Exp $ # DISTNAME= coda-4.6.5 -PKGNAME= coda-client-4.6.5-1.3H-1 +PKGNAME= coda-client-4.6.5 CATEGORIES= net MASTER_SITES= ftp://ftp.coda.cs.cmu.edu/pub/coda/src/ EXTRACT_SUFX= .tgz @@ -15,14 +10,12 @@ EXTRACT_SUFX= .tgz MAINTAINER= coda@cs.cmu.edu HOMEPAGE= http://www.coda.cs.cmu.edu/ -# Dependencies: -DEPENDS= gdbm-*:../../databases/gdbm \ - readline-*:../../devel/readline +DEPENDS+= gdbm-1.7.3:../../databases/gdbm +DEPENDS+= readline-2.2:../../devel/readline ALL_TARGET= coda INSTALL_TARGET= client-install -# Odd, non-default BSD stuff: GNU_CONFIGURE= yes USE_GMAKE= yes diff --git a/net/coda_client/Makefile b/net/coda_client/Makefile index 9cabff34281..20e58502e11 100644 --- a/net/coda_client/Makefile +++ b/net/coda_client/Makefile @@ -1,13 +1,8 @@ -# New makefile for: coda client -# Version required: 4.6.5 -# Date created: 19 June 1998 -# Whom: hmpierce <hmpierce@cs.cmu.edu> -# -# $Id: Makefile,v 1.1.1.1 1998/09/29 17:20:46 rvb Exp $ +# $NetBSD: Makefile,v 1.2 1998/10/02 13:57:28 agc Exp $ # DISTNAME= coda-4.6.5 -PKGNAME= coda-client-4.6.5-1.3H-1 +PKGNAME= coda-client-4.6.5 CATEGORIES= net MASTER_SITES= ftp://ftp.coda.cs.cmu.edu/pub/coda/src/ EXTRACT_SUFX= .tgz @@ -15,14 +10,12 @@ EXTRACT_SUFX= .tgz MAINTAINER= coda@cs.cmu.edu HOMEPAGE= http://www.coda.cs.cmu.edu/ -# Dependencies: -DEPENDS= gdbm-*:../../databases/gdbm \ - readline-*:../../devel/readline +DEPENDS+= gdbm-1.7.3:../../databases/gdbm +DEPENDS+= readline-2.2:../../devel/readline ALL_TARGET= coda INSTALL_TARGET= client-install -# Odd, non-default BSD stuff: GNU_CONFIGURE= yes USE_GMAKE= yes |