pkgsrc/net/coda_intro/Makefile
agc 10d9e3dae9 Use pax, rather than tar, to install the documents.
Just install the NetBSD files, not the CVS directory.
Remove the coda-intro directory when de-installing the package.
1998-10-27 14:36:05 +00:00

19 lines
414 B
Makefile

# $NetBSD: Makefile,v 1.4 1998/10/27 14:36:05 agc Exp $
#
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
MAINTAINER= rvb@cs.cmu.edu
HOMEPAGE= http://www.coda.cs.cmu.edu/
do-build:
@${TRUE}
do-install:
cd ${WRKSRC}; pax -r -w -s '|.*CVS||' -s '|.*\.FreeBSD||' doc ${PREFIX}/share
.include "../../mk/bsd.pkg.mk"