diff options
author | kleink <kleink@pkgsrc.org> | 2002-03-10 08:29:50 +0000 |
---|---|---|
committer | kleink <kleink@pkgsrc.org> | 2002-03-10 08:29:50 +0000 |
commit | 7dddb52c3c28aeb6df21603d9023d945647e52cc (patch) | |
tree | 82bbf2e0389237797659b4f32c2cf7e8f9de9c93 /comms/scmxx/Makefile | |
parent | 785946c64a1bfc94981546670d2d09edf733db60 (diff) | |
download | pkgsrc-7dddb52c3c28aeb6df21603d9023d945647e52cc.tar.gz |
Add another two to the documents installed.
Diffstat (limited to 'comms/scmxx/Makefile')
-rw-r--r-- | comms/scmxx/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/comms/scmxx/Makefile b/comms/scmxx/Makefile index c31ee087a43..33926ffd6f7 100644 --- a/comms/scmxx/Makefile +++ b/comms/scmxx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2002/03/10 08:14:19 kleink Exp $ +# $NetBSD: Makefile,v 1.6 2002/03/10 08:29:50 kleink Exp $ # DISTNAME= scmxx-0.5.14 @@ -18,8 +18,12 @@ post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/scmxx ${INSTALL_DATA} ${WRKSRC}/docs/README \ ${PREFIX}/share/doc/scmxx + ${INSTALL_DATA} ${WRKSRC}/docs/greekchars.txt \ + ${PREFIX}/share/doc/scmxx ${INSTALL_DATA} ${WRKSRC}/docs/gsmcharset.txt \ ${PREFIX}/share/doc/scmxx + ${INSTALL_DATA} ${WRKSRC}/docs/specialchars.txt \ + ${PREFIX}/share/doc/scmxx ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/scmxx ${INSTALL_DATA} ${WRKSRC}/examples/phonebook \ ${PREFIX}/share/examples/scmxx |