summaryrefslogtreecommitdiff
path: root/net/coda_intro/Makefile
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1998-10-27 14:36:05 +0000
committeragc <agc@pkgsrc.org>1998-10-27 14:36:05 +0000
commit10d9e3dae98156774101ece2dfe53486898eec84 (patch)
tree6c60b1679c721f8c553f1a89222ec7b4a39feccd /net/coda_intro/Makefile
parenta8f1e26a506ba1ca5e899d4b06d22e0703ba3186 (diff)
downloadpkgsrc-10d9e3dae98156774101ece2dfe53486898eec84.tar.gz
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.
Diffstat (limited to 'net/coda_intro/Makefile')
-rw-r--r--net/coda_intro/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/net/coda_intro/Makefile b/net/coda_intro/Makefile
index a7aaef9ab7b..aee663f21cc 100644
--- a/net/coda_intro/Makefile
+++ b/net/coda_intro/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 1998/10/09 21:21:33 rvb Exp $
+# $NetBSD: Makefile,v 1.4 1998/10/27 14:36:05 agc Exp $
#
DISTNAME= coda-intro-4.6.6
@@ -10,14 +10,10 @@ EXTRACT_SUFX= .tgz
MAINTAINER= rvb@cs.cmu.edu
HOMEPAGE= http://www.coda.cs.cmu.edu/
-#NO_DEPENDS=
-#NO_CONFIGURE=
-
do-build:
- @${ECHO} "These are simple text files.
+ @${TRUE}
do-install:
- @${ECHO} "We will copy the files to ${PREFIX}/share/doc/coda-intro"
- cd ${WRKSRC}; tar cf - doc | (cd ${PREFIX}/share; tar xvf -)
+ cd ${WRKSRC}; pax -r -w -s '|.*CVS||' -s '|.*\.FreeBSD||' doc ${PREFIX}/share
.include "../../mk/bsd.pkg.mk"