diff options
author | taoka <taoka@FreeBSD.org> | 2000-07-19 22:22:30 +0800 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 2000-07-19 22:22:30 +0800 |
commit | d6c1807ebccce7ccdc88989f9d40cecaac44e1bb (patch) | |
tree | 004650d4d14758439f279649b3d37240739ca36c /textproc | |
parent | f9381661a76be07b8c8c540982514459be14448b (diff) | |
download | freebsd-ports-gnome-d6c1807ebccce7ccdc88989f9d40cecaac44e1bb.tar.gz freebsd-ports-gnome-d6c1807ebccce7ccdc88989f9d40cecaac44e1bb.tar.zst freebsd-ports-gnome-d6c1807ebccce7ccdc88989f9d40cecaac44e1bb.zip |
(1) /usr/share/info/dir was renamed to dir-tmpl.
(2) Now it is not necessary to exist a file "info/dir"
when install-info is executed.
By (1) and (2), I removed the next line:
[ -f %D/info/dir ] || sed -ne 1,/Menu:/p /usr/share/info/dir > %D/info/dir
from PLIST or Makefile
CV: ----------------------------------------------------------------------
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/textutils/pkg-plist | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/textproc/textutils/pkg-plist b/textproc/textutils/pkg-plist index 2579384645f7..bf33684a921a 100644 --- a/textproc/textutils/pkg-plist +++ b/textproc/textutils/pkg-plist @@ -26,7 +26,6 @@ bin/guniq bin/gwc @unexec install-info --delete %D/info/textutils.info %D/info/dir info/textutils.info -@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir @exec install-info %D/info/textutils.info %D/info/dir share/locale/cs/LC_MESSAGES/textutils.mo share/locale/de/LC_MESSAGES/textutils.mo |