pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/cawf Missed the "common" file on install.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9667872d5c31
branches:  trunk
changeset: 487814:9667872d5c31
user:      tv <tv%pkgsrc.org@localhost>
date:      Thu Jan 20 18:23:55 2005 +0000

description:
Missed the "common" file on install.

diffstat:

 textproc/cawf/Makefile |  3 ++-
 textproc/cawf/PLIST    |  3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (32 lines):

diff -r cfd2cc846a33 -r 9667872d5c31 textproc/cawf/Makefile
--- a/textproc/cawf/Makefile    Thu Jan 20 18:10:05 2005 +0000
+++ b/textproc/cawf/Makefile    Thu Jan 20 18:23:55 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/01/20 17:59:12 tv Exp $
+# $NetBSD: Makefile,v 1.2 2005/01/20 18:23:55 tv Exp $
 #
 
 DISTNAME=              cawf
@@ -25,6 +25,7 @@
        ${INSTALL_PROGRAM} ${WRKSRC}/bsfilt ${WRKSRC}/cawf ${PREFIX}/bin/
        ${INSTALL_MAN} ${WRKSRC}/*.1 ${PREFIX}/man/man1/
        ${INSTALL_DATA_DIR} ${PREFIX}/share/cawf
+       ${INSTALL_DATA} ${WRKSRC}/common ${PREFIX}/share/cawf/
        ${INSTALL_DATA} ${WRKSRC}/device.cf ${PREFIX}/share/cawf/
        ${INSTALL_DATA} ${WRKSRC}/*.dev ${WRKSRC}/*.mac ${PREFIX}/share/cawf/
        ${INSTALL_DATA} ${WRKSRC}/00diffs ${PREFIX}/share/cawf/DIFFS
diff -r cfd2cc846a33 -r 9667872d5c31 textproc/cawf/PLIST
--- a/textproc/cawf/PLIST       Thu Jan 20 18:10:05 2005 +0000
+++ b/textproc/cawf/PLIST       Thu Jan 20 18:23:55 2005 +0000
@@ -1,9 +1,10 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2005/01/20 17:59:12 tv Exp $
+@comment $NetBSD: PLIST,v 1.2 2005/01/20 18:23:55 tv Exp $
 bin/bsfilt
 bin/cawf
 man/man1/bsfilt.1
 man/man1/cawf.1
 share/cawf/DIFFS
+share/cawf/common
 share/cawf/device.cf
 share/cawf/dumb.dev
 share/cawf/man.mac



Home | Main Index | Thread Index | Old Index