6915ca5d34
Remove the code documentation directories at de-installation time.
25 lines
632 B
Makefile
25 lines
632 B
Makefile
# $NetBSD: Makefile,v 1.4 1998/10/27 19:12:22 agc Exp $
|
|
#
|
|
|
|
DISTNAME= coda-doc-4.6.5-3
|
|
PKGNAME= coda-doc-4.6.5.3
|
|
CATEGORIES= net
|
|
MASTER_SITES= ftp://ftp.coda.cs.cmu.edu/pub/coda/doc/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= rvb@cs.cmu.edu
|
|
HOMEPAGE= http://www.coda.cs.cmu.edu/
|
|
|
|
#NO_DEPENDS=
|
|
#NO_CONFIGURE=
|
|
|
|
do-build:
|
|
@${ECHO} "At present, Coda documentation is distributed in html,"
|
|
@${ECHO} "man, ps, and ppt forms but documentation source is not"
|
|
@${ECHO} "available. It should appear in a release or two."
|
|
|
|
do-install:
|
|
cd ${WRKSRC}; pax -r -w man ${PREFIX}
|
|
cd ${WRKSRC}; pax -r -w doc ${PREFIX}/share
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|