diff options
author | Robert V. Baron <rvb@FreeBSD.org> | 1998-10-09 21:20:10 +0000 |
---|---|---|
committer | Robert V. Baron <rvb@FreeBSD.org> | 1998-10-09 21:20:10 +0000 |
commit | 3fee2eedf25ff8b0f4934416eb06bb0bde192fbe (patch) | |
tree | 2ec1a6320d6cbb0535f07055037b5ce73bc536ba /net/coda_intro/Makefile | |
parent | Upgrade to Coda 4.6.6 (diff) |
Upgrade to Coda 4.6.6
Notes
Notes:
svn path=/head/; revision=13795
Diffstat (limited to 'net/coda_intro/Makefile')
-rw-r--r-- | net/coda_intro/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/net/coda_intro/Makefile b/net/coda_intro/Makefile index 9e8102dba785..e7340e9b2875 100644 --- a/net/coda_intro/Makefile +++ b/net/coda_intro/Makefile @@ -3,11 +3,11 @@ # Date created: 19 June 1998 # Whom: Robert V. Baron <rvb@cs.cmu.edu> # -# $Id: Makefile,v 1.1.1.1 1998/10/05 19:23:43 rvb Exp $ +# $Id: Makefile,v 1.2 1998/10/06 15:51:02 rvb Exp $ # -DISTNAME= coda-intro-4.6.5-2 -PKGNAME= coda-intro-4.6.5.2 +DISTNAME= coda-intro-4.6.6 +PKGNAME= coda-intro-4.6.6.1 CATEGORIES= net MASTER_SITES= ftp://ftp.coda.cs.cmu.edu/pub/coda/doc/ EXTRACT_SUFX= .tgz @@ -15,9 +15,10 @@ EXTRACT_SUFX= .tgz MAINTAINER= rvb@cs.cmu.edu do-build: - @${ECHO} "These are simple text files. We are copying them to share/doc/coda-doc-.../info" + @${ECHO} "These are simple text files. do-install: + @${ECHO} "We will copy the files to ${PREFIX}/share/doc/coda-intro" cd ${WRKSRC}; tar cf - doc | (cd ${PREFIX}/share; tar xvf -) .include <bsd.port.mk> |