diff options
author | jtb <jtb> | 2001-07-06 13:16:55 +0000 |
---|---|---|
committer | jtb <jtb> | 2001-07-06 13:16:55 +0000 |
commit | a6850b81f3eb202d5b53c50ee7620b4b4e6bdc80 (patch) | |
tree | 9400af11a1da748e7f67463f8a0389c8b7f68a61 /graphics/plplot/Makefile | |
parent | 7f52cbc7545f3d4f0d94ed0bac0376b5446d4249 (diff) | |
download | pkgsrc-a6850b81f3eb202d5b53c50ee7620b4b4e6bdc80.tar.gz |
Don't install patched files -- in particular, plplotdoc.info.orig.
(From i386 bulk build).
Diffstat (limited to 'graphics/plplot/Makefile')
-rw-r--r-- | graphics/plplot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/plplot/Makefile b/graphics/plplot/Makefile index db8e93baacb..abb481b6f2c 100644 --- a/graphics/plplot/Makefile +++ b/graphics/plplot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2001/06/20 12:51:53 jtb Exp $ +# $NetBSD: Makefile,v 1.19 2001/07/06 13:16:55 jtb Exp $ DISTNAME= plplot-5.0.4 CATEGORIES= graphics @@ -65,7 +65,7 @@ pre-configure: ${CP} ${WRKSRC}/cf/configure ${WRKSRC} post-install: - ${INSTALL_DATA} ${WRKSRC}/doc/plplotdoc-info-0.4.1/* \ + ${INSTALL_DATA} ${WRKSRC}/doc/plplotdoc-info-0.4.1/*.info \ ${PREFIX}/info ${INSTALL_DATA} ${WRKSRC}/doc/plplotdoc-0.4.1.dvi \ ${PREFIX}/share/doc/plplot |