diff options
author | rvb <rvb@FreeBSD.org> | 1998-10-06 23:51:02 +0800 |
---|---|---|
committer | rvb <rvb@FreeBSD.org> | 1998-10-06 23:51:02 +0800 |
commit | f9af162207c8f0668aaae465ad33d4e6b8936a48 (patch) | |
tree | ce21f7b0b44b8a0bddfebabf786b82d1ff587ccc /net/coda_doc | |
parent | fc4e9d27ec9730377526acc96c32b40441b3cd86 (diff) | |
download | freebsd-ports-gnome-f9af162207c8f0668aaae465ad33d4e6b8936a48.tar.gz freebsd-ports-gnome-f9af162207c8f0668aaae465ad33d4e6b8936a48.tar.zst freebsd-ports-gnome-f9af162207c8f0668aaae465ad33d4e6b8936a48.zip |
Removing NO_DEPENDS&NO_CONFIGURE as requested
Diffstat (limited to 'net/coda_doc')
-rw-r--r-- | net/coda_doc/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/net/coda_doc/Makefile b/net/coda_doc/Makefile index ea289e1df735..3184c406d08b 100644 --- a/net/coda_doc/Makefile +++ b/net/coda_doc/Makefile @@ -3,7 +3,7 @@ # Date created: 19 June 1998 # Whom: Robert V. Baron <rvb@cs.cmu.edu> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/10/05 19:23:42 rvb Exp $ # DISTNAME= coda-doc-4.6.5-3 @@ -14,9 +14,6 @@ EXTRACT_SUFX= .tgz MAINTAINER= rvb@cs.cmu.edu -#NO_DEPENDS= -#NO_CONFIGURE= - do-build: @${ECHO} "At present, Coda documentation is distributed in html, man, ps, and ppt forms" @${ECHO} "but documentation source is not available. It should appear in a release" |