diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-10-27 11:03:24 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-10-27 11:03:24 +0000 |
commit | 43df00a422d8659a369d4b6f6ae54f2676c10350 (patch) | |
tree | 43b22fc988135f2533fc71d619584a9af6e6e3ee /japanese/groff | |
parent | f6a194a59eec753912f1642869b5920c31b1080a (diff) |
Don't copy /usr/share/tmac/tcl.macros to ${PREFIX}/share/tmac/ since
2.2.5R doesn't have it.
Submitted by: maintainer
PR: 4863
Notes
Notes:
svn path=/head/; revision=8362
Diffstat (limited to 'japanese/groff')
-rw-r--r-- | japanese/groff/Makefile | 3 | ||||
-rw-r--r-- | japanese/groff/pkg-plist | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/japanese/groff/Makefile b/japanese/groff/Makefile index 6a1c84fbc734..14cb9eaa3081 100644 --- a/japanese/groff/Makefile +++ b/japanese/groff/Makefile @@ -3,7 +3,7 @@ # Date created: 14 April 1995 # Whom: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp> # -# $Id: Makefile,v 1.12 1997/09/09 03:11:55 asami Exp $ +# $Id: Makefile,v 1.13 1997/09/14 21:34:39 max Exp $ # DISTNAME= groff-1.10 @@ -46,7 +46,6 @@ post-install: @${CP} -p /usr/share/tmac/tmac.vgrind ${PREFIX}/share/groff/tmac @${CP} -p /usr/share/tmac/eqnrc ${PREFIX}/share/groff/tmac @${CP} -p /usr/share/tmac/hyphen.us-ru ${PREFIX}/share/groff/tmac - @${CP} -p /usr/share/tmac/tcl.macros ${PREFIX}/share/groff/tmac @${CP} -p /usr/share/tmac/troffrc ${PREFIX}/share/groff/tmac @${CP} -p /usr/share/tmac/mdoc/doc-common ${PREFIX}/share/groff/tmac/mdoc @${CP} -p /usr/share/tmac/mdoc/doc-syms ${PREFIX}/share/groff/tmac/mdoc diff --git a/japanese/groff/pkg-plist b/japanese/groff/pkg-plist index 4fc98c6ee4ea..f52c79c7c381 100644 --- a/japanese/groff/pkg-plist +++ b/japanese/groff/pkg-plist @@ -59,7 +59,6 @@ share/groff/tmac/tmac.andoc share/groff/tmac/tmac.groff_an share/groff/tmac/tmac.orig_me share/groff/tmac/tmac.vgrind -share/groff/tmac/tcl.macros share/groff/tmac/tmac.pic share/groff/tmac/tmac.ps share/groff/tmac/tmac.psnew |