diff options
author | jtb <jtb@pkgsrc.org> | 2001-03-03 19:22:23 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2001-03-03 19:22:23 +0000 |
commit | 9af0c48b955738483ebbaca72889be3e5e9538d2 (patch) | |
tree | a12f76d496b72a02460c7ba34652d325e7d24838 /graphics | |
parent | 4ba7e46e2db9afc6f529ec1ce072d7829ca4ee31 (diff) | |
download | pkgsrc-9af0c48b955738483ebbaca72889be3e5e9538d2.tar.gz |
Install app-defaults file as `TCM'. The colours of the application
don't look quite right, but in fact are as specified. This undoes a
previous change. Thanks to Jim Wise for pointing out the mistake.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/tcm/Makefile | 4 | ||||
-rw-r--r-- | graphics/tcm/pkg/PLIST | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/tcm/Makefile b/graphics/tcm/Makefile index 8fd87f02745..1219f48ce42 100644 --- a/graphics/tcm/Makefile +++ b/graphics/tcm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/03/02 19:45:57 jtb Exp $ +# $NetBSD: Makefile,v 1.4 2001/03/03 19:22:23 jtb Exp $ DISTNAME= tcm-2.01.src PKGNAME= tcm-2.01 @@ -45,7 +45,7 @@ do-install: ${INSTALL_DATA} ${TCM_SRC}/lib/tcm.conf ${PREFIX}/etc ${INSTALL_DATA} ${TCM_SRC}/lib/TCM \ - ${PREFIX}/lib/X11/app-defaults/tcm + ${PREFIX}/lib/X11/app-defaults/ @for f in ${TCM_SRC}/man/man1/*.1; do \ i="${INSTALL_MAN} $$f ${PREFIX}/man/man1/"; \ ${ECHO} $$i; $$i; \ diff --git a/graphics/tcm/pkg/PLIST b/graphics/tcm/pkg/PLIST index 210185fda17..f01846c89a8 100644 --- a/graphics/tcm/pkg/PLIST +++ b/graphics/tcm/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2001/03/02 19:45:57 jtb Exp $ +@comment $NetBSD: PLIST,v 1.3 2001/03/03 19:22:23 jtb Exp $ bin/psf bin/tatd bin/tcm @@ -26,7 +26,7 @@ bin/ttdt bin/ttut bin/tucd etc/tcm.conf -lib/X11/app-defaults/tcm +lib/X11/app-defaults/TCM man/man1/psf.1 man/man1/tatd.1 man/man1/tcm.1 |