Date: Thu, 6 Jan 2000 15:18:10 +0300 (MSK) From: Dmitry Sivachenko <dima@Chg.RU> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/15941: Modify gettext to install po-mode.el to the proper location Message-ID: <200001061218.PAA39949@netserv1.chg.ru>
next in thread | raw e-mail | index | archive | help
>Number: 15941 >Category: ports >Synopsis: Modify gettext to install po-mode.el to the proper location >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jan 6 04:20:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Dmitry Sivachenko >Release: FreeBSD 3.3-RELEASE i386 >Organization: >Environment: >Description: This patch modifies devel/gettext/Makefile so that it installs po-mode.el to share/emacs/site-lisp, instead of share/gettext, similar to python and devel/noweb ports. Suggested by tg@freebsd.org >How-To-Repeat: >Fix: diff -Nur gettext.old/Makefile gettext/Makefile --- gettext.old/Makefile Sun Nov 21 07:02:59 1999 +++ gettext/Makefile Thu Jan 6 15:11:13 2000 @@ -22,8 +22,9 @@ post-install: @install-info ${PREFIX}/info/gettext.info ${PREFIX}/info/dir + ${MKDIR} ${PREFIX}/share/emacs/site-lisp ${INSTALL_DATA} ${WRKSRC}/misc/po-mode.el \ - ${PREFIX}/share/gettext/po-mode.el + ${PREFIX}/share/emacs/site-lisp/po-mode.el ${MKDIR} ${X11BASE}/share/locale .include <bsd.port.mk> diff -Nur gettext.old/pkg/PLIST gettext/pkg/PLIST --- gettext.old/pkg/PLIST Sun Nov 21 07:02:59 1999 +++ gettext/pkg/PLIST Thu Jan 6 15:12:15 2000 @@ -19,7 +19,6 @@ share/aclocal/lcmessage.m4 share/aclocal/progtest.m4 share/gettext/ABOUT-NLS -share/gettext/po-mode.el share/gettext/po/Makefile.in.in share/gettext/intl/ChangeLog share/gettext/intl/Makefile.in @@ -57,6 +56,7 @@ share/locale/sl/LC_MESSAGES/gettext.mo share/locale/sv/LC_MESSAGES/gettext.mo share/locale/locale.alias +share/emacs/site-lisp/po-mode.el @dirrm share/gettext/intl @dirrm share/gettext/po @dirrm share/gettext >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200001061218.PAA39949>