diff options
author | rvb <rvb@pkgsrc.org> | 1999-04-28 20:22:09 +0000 |
---|---|---|
committer | rvb <rvb@pkgsrc.org> | 1999-04-28 20:22:09 +0000 |
commit | 45743fa9e385203217454986a004d32bc12e4994 (patch) | |
tree | 50b8f1fa1ca194331ce9a14eaec87fb6471ba1c1 /net/coda5_client | |
parent | 91666e609874a002d1ae7a243fdeaa7561ae7e99 (diff) | |
download | pkgsrc-45743fa9e385203217454986a004d32bc12e4994.tar.gz |
Todd doesn't like the FORCE_PKG_REGISTER; I hope Hubert puts in the auto deregister on conflict code.
Diffstat (limited to 'net/coda5_client')
-rw-r--r-- | net/coda5_client/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/coda5_client/Makefile b/net/coda5_client/Makefile index fa197e68575..bb05bf96609 100644 --- a/net/coda5_client/Makefile +++ b/net/coda5_client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 1999/04/28 00:07:57 rvb Exp $ +# $NetBSD: Makefile,v 1.13 1999/04/28 20:22:09 rvb Exp $ # DISTNAME= coda-5.2.2 @@ -24,6 +24,4 @@ USE_PERL5= yes GNU_CONFIGURE= yes USE_GMAKE= yes -FORCE_PKG_REGISTER= sigh - .include "../../mk/bsd.pkg.mk" |